Skip to content

Commit 9a0d928

Browse files
authored
Merge pull request #209 from ydah/fix_typos
Fix some typos
2 parents e594acd + cc2bd31 commit 9a0d928

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ If you find any typos, errors, or have an better example. Just raise a new issue
44

55
<3
66

7-
These idioms list here are trying to satisfiy following goals:
7+
These idioms list here are trying to satisfy following goals:
88

99
[![GOALS](/images/Goals.png)](https://speakerdeck.com/sferik/writing-fast-ruby?slide=11)
1010

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ using an if statement: 8123851.3 i/s
152152
String#constantize: 2462371.2 i/s - 3.30x (± 0.00) slower
153153
```
154154

155-
##### `raise` vs `E2MM#Raise` for raising (and defining) exeptions [code](code/general/raise-vs-e2mmap.rb)
155+
##### `raise` vs `E2MM#Raise` for raising (and defining) exceptions [code](code/general/raise-vs-e2mmap.rb)
156156

157157
Ruby's [Exception2MessageMapper module](http://ruby-doc.org/stdlib-2.2.0/libdoc/e2mmap/rdoc/index.html) allows one to define and raise exceptions with predefined messages.
158158

0 commit comments

Comments
 (0)