diff options
author | Test_User <hax@andrewyu.org> | 2024-11-30 13:01:31 -0500 |
---|---|---|
committer | Test_User <hax@andrewyu.org> | 2024-11-30 13:01:31 -0500 |
commit | f68a62349885f385ff9dc89a1f74d45dd606640e (patch) | |
tree | 85579f569e1641d2d72daa46a0b892807e3ade02 | |
parent | README.md: Initial write-up (diff) | |
download | e2-spec-f68a62349885f385ff9dc89a1f74d45dd606640e.tar.gz e2-spec-f68a62349885f385ff9dc89a1f74d45dd606640e.tar.zst e2-spec-f68a62349885f385ff9dc89a1f74d45dd606640e.zip |
Fix a typo
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ pointers to be labelled. We haven't decided on general syntax yet. We generally prefer C-like syntax, although syntax inspired from other languages are occasionally used when appropriate; for example, multiple return values look rather awkward in the C -syntax, so perhaps we could use Go syntax for that (`func f(param1, return2) +syntax, so perhaps we could use Go syntax for that (`func f(param1, param2) (return1, return2)`), although we'd prefer naming parameters with `type identifier` rather than `identifier type`. |