better godoc documentation

This commit is contained in:
2021-11-26 00:01:49 -05:00
parent 644ac13451
commit dbc0962e46
8 changed files with 65 additions and 13 deletions

View File

@@ -9,7 +9,7 @@ func NewPrompt(conn *dbus.Conn, path dbus.ObjectPath) (prompt *Prompt) {
prompt = &Prompt{
Conn: conn,
Dbus: conn.Object(DBusServiceName, path),
Dbus: conn.Object(DbusServiceName, path),
}
return