We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e0a304 commit b4661e4Copy full SHA for b4661e4
spec.emu
@@ -73,7 +73,7 @@ contributors: Arthur Fiorette, Arlen Beiler
73
</h1>
74
<dl class="header">
75
<dt>description</dt>
76
- <dd>It is the abstract equivelant of calling `Result.ok(value)`</dd>
+ <dd>It is the abstract equivalent of calling `Result.ok(value)`</dd>
77
</dl>
78
</emu-clause>
79
<emu-clause id="sec-try-expression-result-error" type="abstract operation">
@@ -84,7 +84,7 @@ contributors: Arthur Fiorette, Arlen Beiler
84
85
86
87
- <dd>It is the abstract equivelant of calling `Result.error(value)`</dd>
+ <dd>It is the abstract equivalent of calling `Result.error(value)`</dd>
88
89
90
0 commit comments