Commit 843054e2 authored by Owen Rodley's avatar Owen Rodley Committed by Commit Bot

Fix typo in Mojom grammer reference.

Change-Id: I24e2ce9d712e2d5d1c2fb619216395aa6cf7a1be
Reviewed-on: https://chromium-review.googlesource.com/c/1490369
Auto-Submit: Owen Rodley <orodley@chromium.org>
Reviewed-by: default avatarKen Rockot <rockot@google.com>
Commit-Queue: Ken Rockot <rockot@google.com>
Cr-Commit-Position: refs/heads/master@{#635885}
parent 33d16efd
......@@ -713,7 +713,7 @@ StructBody = <empty>
| StructBody Const
| StructBody Enum
| StructBody StructField
StructField = AttributeSection TypeSpec Name Orginal Default ";"
StructField = AttributeSection TypeSpec Name Ordinal Default ";"
Union = AttributeSection "union" Name "{" UnionBody "}" ";"
UnionBody = <empty> | UnionBody UnionField
......
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