aboutsummaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authormustiikhalil <mustii@mmk.one>2020-01-27 21:05:41 +0300
committerWouter van Oortmerssen <aardappel@gmail.com>2020-01-27 10:05:41 -0800
commitc580fa284c70409bb3b2af303dc7eb772b607caa (patch)
tree8375b15978cf6385d723dd70c89a178f125dc863 /docs/source
parentf2a127230302823edadf25c2976c41b6aaacc719 (diff)
downloadflatbuffers-c580fa284c70409bb3b2af303dc7eb772b607caa.tar.gz
Adds min and max, comments, and all of swift's keywords + fix docs (#5737)
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/SwiftUsage.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/source/SwiftUsage.md b/docs/source/SwiftUsage.md
index fb8b1fd9..d5640f6c 100644
--- a/docs/source/SwiftUsage.md
+++ b/docs/source/SwiftUsage.md
@@ -23,11 +23,9 @@ GitHub page](https://github.com/google/flatbuffers/tree/master/swift).
## Testing the FlatBuffers Swift library
The code to test the Swift library can be found at `flatbuffers/Flatbuffers.Test.Swift`.
-The test code itself is located in [Flatbuffers.Test.Swift](https://github.com/google/
-flatbuffers/blob/master/tests/FlatBuffers.Test.Swift).
+The test code itself is located in [Flatbuffers.Test.Swift](https://github.com/google/flatbuffers/blob/master/tests/FlatBuffers.Test.Swift).
-To run the tests, use the [SwiftTest.sh](https://github.com/google/flatbuffers/
-blob/master/tests/FlatBuffers.Test.Swift/SwiftTest.sh) shell script.
+To run the tests, use the [SwiftTest.sh](https://github.com/google/flatbuffers/blob/master/tests/FlatBuffers.Test.Swift/SwiftTest.sh) shell script.
*Note: The shell script requires [Swift](https://swift.org) to
be installed.*