Skip to content

Commit

Permalink
Fix back quote in schema for Go implementation (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
artemnikitin authored and boxdot committed Feb 27, 2018
1 parent 560f83d commit a2faba6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/coappearances/coappearances.flatdata
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ struct Character {
*
* count - multiplicity of the coappearance.
* first_chapter_ref - a reference to the first chapter in which characters appear. How to get the
* full range of chapters is described in `coappearances.cpp:read`.
* full range of chapters is described in 'coappearances.cpp:read'.
*/
struct Coappearance {
a_ref : u32 : 16;
Expand Down Expand Up @@ -127,7 +127,7 @@ archive Graph {

chapters : vector< Chapter >;

// All strings contained in the data separated by `\0`.
// All strings contained in the data separated by '\0'.
strings: raw_data;
}
} // namespace graph

0 comments on commit a2faba6

Please sign in to comment.