mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-06 18:05:35 +00:00
app: fix typo in Main documentation
Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@ func DataDir() (string, error) {
|
|||||||
return dataDir()
|
return dataDir()
|
||||||
}
|
}
|
||||||
|
|
||||||
// Main must be called from the a program's main function. It
|
// Main must be called from the program main function. It
|
||||||
// blocks until there are no more windows active.
|
// blocks until there are no more windows active.
|
||||||
//
|
//
|
||||||
// Calling Main is necessary because some operating systems
|
// Calling Main is necessary because some operating systems
|
||||||
|
|||||||
Reference in New Issue
Block a user