From f68a62349885f385ff9dc89a1f74d45dd606640e Mon Sep 17 00:00:00 2001 From: Test_User Date: Sat, 30 Nov 2024 13:01:31 -0500 Subject: [PATCH] Fix a typo --- README.md | 2 +- diff --git a/README.md b/README.md index acbc43a6f5ff42cfc20dc3688fbcedd5690caf07..5a1bbf6e37c23434e00b0b9975500361bc3c28fe 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ 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`. -- 2.48.1