Commit 67525cc2 authored by rdsmith's avatar rdsmith Committed by Commit bot

Change 'enum' -> 'union' in tagged union example.

R=yzshen@chromium.org

Review-Url: https://codereview.chromium.org/2851953003
Cr-Commit-Position: refs/heads/master@{#468256}
parent e8c58524
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment