diff options
author | FreeArtMan <dos21h@gmail.com> | 2020-03-08 21:26:33 +0000 |
---|---|---|
committer | FreeArtMan <dos21h@gmail.com> | 2020-03-08 21:26:33 +0000 |
commit | 8271683aab56ad4fbc706b3d516fa4e3caf68164 (patch) | |
tree | fa94136d34d35873b89a67f77eeaa4b73d5cd8f3 | |
parent | 903c7e08a5dcdb03744c19d7da036de5858b10a7 (diff) | |
download | md-content-8271683aab56ad4fbc706b3d516fa4e3caf68164.tar.gz md-content-8271683aab56ad4fbc706b3d516fa4e3caf68164.zip |
Updated swift post with some grammar fixes
-rw-r--r-- | md/writeup/linux_hello_world_in_swift.md | 6 |
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 |