5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 17:22:01 +08:00

Fix runtime docs

This commit is contained in:
Lea Anthony 2022-02-04 23:31:15 +11:00
parent 9856d2979f
commit de7f08357c

View File

@ -26,13 +26,13 @@ frontend directory.
### Quit
Go Signature: `Quit()`
Go Signature: `Quit(ctx context.Context)`
Quits the application.
### Environment
Go Signature: `Enviromnent() EnvironmentInfo`
Go Signature: `Enviromnent(ctx context.Context) EnvironmentInfo`
Returns details of the current environment.