summaryrefslogtreecommitdiff
path: root/sample/trick2018
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-07-23 09:49:45 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-07-23 09:49:45 +0000
commit5b666803f10320fbf2c7ac421e20100adf478a4c (patch)
tree6dc541a1aa9f79a92265da40102f3ccab91e2619 /sample/trick2018
parent7ca648e9292925ee3071dba500f5928da209ef19 (diff)
Fix a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64021 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'sample/trick2018')
-rw-r--r--sample/trick2018/04-colin/remarks.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/trick2018/04-colin/remarks.markdown b/sample/trick2018/04-colin/remarks.markdown
index 8c2dd7067b..5f4f1a8dfe 100644
--- a/sample/trick2018/04-colin/remarks.markdown
+++ b/sample/trick2018/04-colin/remarks.markdown
@@ -6,7 +6,7 @@ Create a Ruby file that requires entry.rb with a series of test in it the run th
ruby name_of_test_file.rb
```
-To create a test, call 🤔 with two arguments. The first is a string describing what this tests, the second argument is the test assertion. If the assertion is truthy, the test passes. If the assertion if falsy, the test fails.
+To create a test, call 🤔 with two arguments. The first is a string describing what this tests, the second argument is the test assertion. If the assertion is truthy, the test passes. If the assertion is falsy, the test fails.
```
string_1 = "Hello world!"