Skip to content

Commit 02b0546

Browse files
sappharxjethrolarson
authored andcommitted
Update readme.md (#129)
1 parent b77effb commit 02b0546

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
@@ -272,7 +272,7 @@ const predicate = (a) => a > 2
272272

273273
## Contracts
274274

275-
A contract specifies the obligations and guarentees of the behavior from a function or expression at runtime. This acts as a set of rules that are expected from the input and output of a function or expression, and errors are generally reported whenever a contract is violated.
275+
A contract specifies the obligations and guarantees of the behavior from a function or expression at runtime. This acts as a set of rules that are expected from the input and output of a function or expression, and errors are generally reported whenever a contract is violated.
276276

277277
```js
278278
// Define our contract : int -> int

0 commit comments

Comments
 (0)