Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2455)

Unified Diff: docs/optional.md

Issue 2551513002: Fix spelling mistakes in //docs. (Closed)
Patch Set: Undo beng->being Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « docs/memory-infra/heap_profiler.md ('k') | docs/profiling_content_shell_on_android.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « docs/memory-infra/heap_profiler.md ('k') | docs/profiling_content_shell_on_android.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698