Browse Source

Fix the message name in the example to match the discussion

Tim Kientzle 8 years ago
parent
commit
47266e64dc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Documentation/API.md

+ 1 - 1
Documentation/API.md

@@ -123,7 +123,7 @@ in your proto file:
    syntax = "proto3";
    package my_company.cool_project;
    option swift_prefix="My";
-   message VeryImportant {
+   message FooBar {
       ...
    }
 ```