Skip to content

Commit 246dd25

Browse files
ismailariliktshepang
authored andcommitted
fix(walkthrough.md) add a comma operator to eliminate ambiguity
There was an ambiguity on whether the `it` after `don't` is a subject or object.
1 parent e24c499 commit 246dd25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/walkthrough.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ Depending on the feature/change/bug fix/improvement, implementation may be
163163
relatively-straightforward or it may be a major undertaking. You can always ask
164164
for help or mentorship from more experienced compiler devs. Also, you don't
165165
have to be the one to implement your feature; but keep in mind that if you
166-
don't it might be a while before someone else does.
166+
don't, it might be a while before someone else does.
167167

168168
For the `?` macro feature, I needed to go understand the relevant parts of
169169
macro expansion in the compiler. Personally, I find that [improving the

0 commit comments

Comments
 (0)