Skip to content

Commit ad3fe5b

Browse files
committed
Fix #86
1 parent b86826d commit ad3fe5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/language/spec.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1311,7 +1311,7 @@ <h3>Standard Library Reflection Functions</h3>
13111311
\\
13121312
b = ∃f∈dom(o). o(f) = (\false, \_)
13131313
} {
1314-
\texttt{std.objectHas(}\textit{e}\texttt{)} ↓ b
1314+
\texttt{std.objectHas(}\textit{e},\textit{f}\texttt{)} ↓ b
13151315
} \] </div>
13161316

13171317
<div class="sequent-rule"> \[\rule{object-fields} {

0 commit comments

Comments
 (0)