Improved consistency

This commit is contained in:
Eduard Urbach 2023-10-28 13:02:26 +02:00
parent 5b0d5c931f
commit d6be76b85a
Signed by: akyoto
GPG Key ID: C874F672B1AF20C0

View File

@ -28,7 +28,7 @@ Build a Linux ELF executable from `examples/hello`:
### [main.go](main.go)
Entry point. It simply calls `cli.Main()` which we can use for testing.
Entry point. It simply calls `cli.Main` which we can use for testing.
### [src/cli/Main.go](src/cli/Main.go)