Skip to content

Commit f130cf9

Browse files
committed
Fix typo
1 parent 6475f49 commit f130cf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ Odin is an imperative procedural language by design, but if it was to add _metho
290290

291291
This is actually the main reason Odin doesn't have methods in the language: it's a rabbit hole feature which requires asking a lot of questions.
292292

293-
If Odin was to add them, it would not make to just add "mere methods" because that would effectively just be wanting a syntactic choice at the end of the day more than anything, and not really offer anything in terms of semantics.
293+
If Odin was to add them, it would not make sense to just add "mere methods" because that would effectively just be wanting a syntactic choice at the end of the day more than anything, and not really offer anything in terms of semantics.
294294

295295
It also bifurcates the language further leading more possible dialects of the language. Were some people prefer `foo(&x)` and others prefer `x.foo()`. A huge aspect of the design of Odin is to minimize (not eliminate) the possibility of dialects.
296296

0 commit comments

Comments
 (0)