Fix typo in dart documentation (#5230)
authorRandal Stevens <25543498+RandyStevens@users.noreply.github.com>
Mon, 11 Mar 2019 16:49:17 +0000 (09:49 -0700)
committerWouter van Oortmerssen <aardappel@gmail.com>
Mon, 11 Mar 2019 16:49:17 +0000 (09:49 -0700)
docs/source/DartUsage.md

index 6be9772..6670cc5 100644 (file)
@@ -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).