Improved consistency

This commit is contained in:
Eduard Urbach 2023-10-28 13:02:26 +02:00
parent 894c1ad685
commit 6f097c9eee
Signed by: eduard
GPG key ID: 49226B848C78F6C8

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)