Skip to content

Commit 1a828ca

Browse files
authored
Merge pull request #776 from sambostock/ruby-version-typo
Fix unclosed string literals in ruby_version_is docs
2 parents 6c466d4 + 1b9032e commit 1a828ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,11 @@ Here is a list of the most commonly-used guards:
136136
#### Version guards
137137

138138
```ruby
139-
ruby_version_is ""..."2.6 do
139+
ruby_version_is ""..."2.6" do
140140
# Specs for RUBY_VERSION < 2.6
141141
end
142142

143-
ruby_version_is "2.6 do
143+
ruby_version_is "2.6" do
144144
# Specs for RUBY_VERSION >= 2.6
145145
end
146146
```

0 commit comments

Comments
 (0)