diff options
author | Randal Stevens <25543498+RandyStevens@users.noreply.github.com> | 2019-03-11 09:49:17 -0700 |
---|---|---|
committer | Wouter van Oortmerssen <aardappel@gmail.com> | 2019-03-11 09:49:17 -0700 |
commit | 73a648b685bb335a0fa14254e304883979580ff9 (patch) | |
tree | d0a7ed5aaf6611f333741dc7d21099394df2ac10 /docs | |
parent | eb2a81f73db9893fbe2eec53662fa7f9358e54a8 (diff) | |
download | flatbuffers-73a648b685bb335a0fa14254e304883979580ff9.tar.gz flatbuffers-73a648b685bb335a0fa14254e304883979580ff9.tar.bz2 flatbuffers-73a648b685bb335a0fa14254e304883979580ff9.zip |
Fix typo in dart documentation (#5230)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/DartUsage.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/DartUsage.md b/docs/source/DartUsage.md index 6be97726..6670cc59 100644 --- a/docs/source/DartUsage.md +++ b/docs/source/DartUsage.md @@ -16,7 +16,7 @@ documentation to build `flatc` and should be familiar with ## FlatBuffers Dart library code location -The code for the FlatBuffers Go library can be found at +The code for the FlatBuffers Dart library can be found at `flatbuffers/dart`. You can browse the library code on the [FlatBuffers GitHub page](https://github.com/google/flatbuffers/tree/master/dart). |