| Index: docs/optional.md
|
| diff --git a/docs/optional.md b/docs/optional.md
|
| index 7ee15d7b9064e796086342202d1b59513ecb1cf1..dd028f16783e9d79387b7e0d2032ba640c35326b 100644
|
| --- a/docs/optional.md
|
| +++ b/docs/optional.md
|
| @@ -101,7 +101,7 @@ undefined value when the expected value can't be negative.
|
|
|
| It is recommended to not use `base::Optional<T>` as a function parameter as it
|
| will force the callers to use `base::Optional<T>`. Instead, it is recommended to
|
| -keep using `T*` for arguments that can be ommited, with `nullptr` representing
|
| +keep using `T*` for arguments that can be omitted, with `nullptr` representing
|
| no value.
|
|
|
| Furthermore, depending on `T`, MSVC might fail to compile code using
|
|
|