Skip to content

Commit 96c0e62

Browse files
committed
Fix incorrect HashMap.!? operator.
1 parent 62436e4 commit 96c0e62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/hash-map.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ For example::
259259
> "one"
260260

261261
.. WARNING::
262-
``HashMap.!`` is a partial function and throws a runtime error if
262+
``HashMap.!?`` is a partial function and throws a runtime error if
263263
the key doesn't exist. **DO NOT** use it if you are expecting a total
264264
function or cannot tolerate a runtime failure; prefer to use ``lookup``.
265265

0 commit comments

Comments
 (0)