Skip to content

Commit 2c72f5c

Browse files
TylerMSFTTylerMSFT
authored andcommitted
fix typo
1 parent 4c47ccd commit 2c72f5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/standard-library/basic-istream-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ See the example for [`basic_ifstream` Class](../standard-library/basic-ifstream-
119119
|[`swap`](#swap)|Exchanges this `basic_istream` object for the provided `basic_istream` object parameter.|
120120
|[`sync`](#sync)|Synchronizes the stream's associated input device with the stream's buffer.|
121121
|[`tellg`](#tellg)|Reports the current read position in the stream.|
122-
|[u`nget](#unget)|Puts the most recently read character back into the stream.|
122+
|[`unget`](#unget)|Puts the most recently read character back into the stream.|
123123
124124
### Operators
125125

0 commit comments

Comments
 (0)