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 4c47ccd commit 2c72f5cCopy full SHA for 2c72f5c
docs/standard-library/basic-istream-class.md
@@ -119,7 +119,7 @@ See the example for [`basic_ifstream` Class](../standard-library/basic-ifstream-
119
|[`swap`](#swap)|Exchanges this `basic_istream` object for the provided `basic_istream` object parameter.|
120
|[`sync`](#sync)|Synchronizes the stream's associated input device with the stream's buffer.|
121
|[`tellg`](#tellg)|Reports the current read position in the stream.|
122
-|[u`nget](#unget)|Puts the most recently read character back into the stream.|
+|[`unget`](#unget)|Puts the most recently read character back into the stream.|
123
124
### Operators
125
0 commit comments