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

Unified Diff: mojo/public/tools/bindings/README.md

Issue 2851953003: Change 'enum' -> 'union' in tagged union example. (Closed)
Patch Set: Created 3 years, 8 months 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/tools/bindings/README.md
diff --git a/mojo/public/tools/bindings/README.md b/mojo/public/tools/bindings/README.md
index b224991544d7e006b8285d5981ceaa4c7edd10f9..711f3990f4b5b44e4014781a59db994f443b98ce 100644
--- a/mojo/public/tools/bindings/README.md
+++ b/mojo/public/tools/bindings/README.md
@@ -267,7 +267,7 @@ Union fields may be of any type supported by [struct](#Structs) fields. For
example:
```cpp
-enum ExampleUnion {
+union ExampleUnion {
string str;
StringPair pair;
int64 id;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698