Skip to content

Commit f945ba2

Browse files
author
msebolt
committed
changes per @corob-msft
1 parent a934630 commit f945ba2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/standard-library/optional-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ template<class T> optional(T) -> optional<T>;
4141
|Operator|Description|
4242
|-|-|
4343
|[operator=](#op_eq)|Replaces the `optional` with a copy of another `optional`.|
44-
|[opertaor->](#op_as)|Assign value to `optional`.|
44+
|[operator->](#op_as)|Assign value to `optional`.|
4545
|[operator*](#op_mem)|Reference memory of `optional`.|
4646
|[operator bool](#op_bool)|Return Boolean of `optional` value.|
4747

0 commit comments

Comments
 (0)