Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6677001

Browse files
authored
Merge pull request #195 from ruby-syntax-tree/typos
Fix typos in README
2 parents e5298c9 + a651a4e commit 6677001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ There are multiple ways to customize Syntax Tree's behavior when parsing and for
627627

628628
### Ignoring code
629629

630-
To ignore a section of source code, you can a special `# stree-ignore` comment. This comment should be placed immediately above the code that you want to ignore. For example:
630+
To ignore a section of source code, you can use a special `# stree-ignore` comment. This comment should be placed immediately above the code that you want to ignore. For example:
631631

632632
```ruby
633633
numbers = [

0 commit comments

Comments
 (0)