Skip to content

Commit e131637

Browse files
authored
Merge pull request MicrosoftDocs#5400 from Rageking8/add-missing-back-description-in-member-functions-table-of-basic-string
Add missing `back` description in member functions table of `basic_string`
2 parents 10558c7 + 935e53c commit e131637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The type that represents the stored allocator object that encapsulates details a
6161
|[`append`](#append)|Adds characters to the end of a string.|
6262
|[`assign`](#assign)|Assigns new character values to the contents of a string.|
6363
|[`at`](#at)|Returns a reference to the element at a specified location in the string.|
64-
|[`back`](#back)||
64+
|[`back`](#back)|Returns a reference to the last element in the string.|
6565
|[`begin`](#begin)|Returns an iterator addressing the first element in the string.|
6666
|[`c_str`](#c_str)|Converts the contents of a string as a C-style, null-terminated, string.|
6767
|[`capacity`](#capacity)|Returns the largest number of elements that could be stored in a string without increasing the memory allocation of the string.|

0 commit comments

Comments
 (0)