summaryrefslogtreecommitdiff
path: root/md/writeup/linux_hello_world_in_swift.md
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2020-03-08 21:26:33 +0000
committerFreeArtMan <dos21h@gmail.com>2020-03-08 21:26:33 +0000
commit8271683aab56ad4fbc706b3d516fa4e3caf68164 (patch)
treefa94136d34d35873b89a67f77eeaa4b73d5cd8f3 /md/writeup/linux_hello_world_in_swift.md
parent903c7e08a5dcdb03744c19d7da036de5858b10a7 (diff)
downloadmd-content-8271683aab56ad4fbc706b3d516fa4e3caf68164.tar.gz
md-content-8271683aab56ad4fbc706b3d516fa4e3caf68164.zip
Updated swift post with some grammar fixes
Diffstat (limited to 'md/writeup/linux_hello_world_in_swift.md')
-rw-r--r--md/writeup/linux_hello_world_in_swift.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/md/writeup/linux_hello_world_in_swift.md b/md/writeup/linux_hello_world_in_swift.md
index 94ce5de..1b15abc 100644
--- a/md/writeup/linux_hello_world_in_swift.md
+++ b/md/writeup/linux_hello_world_in_swift.md
@@ -365,9 +365,9 @@ SDL_DestroyWindow(windowPtr)
SDL_Quit()
```
-So far all Swift features looks like they are working out of the box, without.
-deep Swift knowledge was able to bind library, and used. Also this is largest code base
-Swift code that I ever wrote in my life. So far it looks like easy language to learn.
+So far all Swift features looks like they are working out of the box, without
+deep Swift knowledge was able to bind library, and use it. Also this is largest code base
+of Swift code that I ever wrote in my life. So far it looks like easy language to learn.
## Sources