diff options
Diffstat (limited to 'md/writeup')
-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 |