Skip to content

Commit 159dc93

Browse files
caitelattestomar
authored andcommitted
Fix grammar in en/try_ruby_250.md (#59)
1 parent 2318b6b commit 159dc93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

translations/en/try_ruby_250.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Symbols are cheaper than strings (in terms of computer memory.) If you use a wor
1616
use a symbol. Rather than having thousands of copies of that word in memory, the computer will store the symbol only
1717
__once__.
1818

19-
More importantly, a symbol tells you that is not just any old word but has a meaning within your program.
19+
More importantly, a symbol tells you that it is not just any old word but has a meaning within your program.
2020

2121
Enter 2 more bookreviews, use __books.length__ to see how many reviews there are in the hash:
2222

0 commit comments

Comments
 (0)