Skip to content

Commit 7546566

Browse files
authored
fix spelling (#834)
1 parent 3d7436e commit 7546566

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/Appendix A -- Notation Conventions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,9 @@ steps to take in the order listed. Each step may establish references to other
201201
values, check various conditions, call other algorithms, and eventually return
202202
a value representing the outcome of the algorithm for the provided arguments.
203203

204-
For example, the following example describes an algorithm named {Fibonacci} which
205-
accepts a single argument {number}. The algoritm's steps produce the next number
206-
in the Fibonacci sequence:
204+
For example, the following example describes an algorithm named {Fibonacci}
205+
which accepts a single argument {number}. The algorithm's steps produce the next
206+
number in the Fibonacci sequence:
207207

208208
Fibonacci(number):
209209
* If {number} is {0}:

0 commit comments

Comments
 (0)