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 96c0e62 commit 21b4699Copy full SHA for 21b4699
docs/hash-map.rst
@@ -259,7 +259,7 @@ For example::
259
> "one"
260
261
.. WARNING::
262
- ``HashMap.!?`` is a partial function and throws a runtime error if
+ ``HashMap.!`` is a partial function and throws a runtime error if
263
the key doesn't exist. **DO NOT** use it if you are expecting a total
264
function or cannot tolerate a runtime failure; prefer to use ``lookup``.
265
0 commit comments