Skip to content

Commit a4c39be

Browse files
authored
Minor Update in QandA doc
Fixed very small spelling issue
1 parent 75c68aa commit a4c39be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/QandA.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Swift is a beautiful language and one of it's main advantages is its increasing popularity. However, it can be frustrating to deal with errors that compile but fail during runtime due to missing resources. This makes refactoring difficult while making it easy to create bugs (e.g. missing images etc).
66

7-
Android tackles this problem by generating sosmething called the R class. It inspired me to create this very project, R.swift, which, thankfully, was well received by colleagues, friends and Github stargazers, so here we are now.``
7+
Android tackles this problem by generating something called the R class. It inspired me to create this very project, R.swift, which, thankfully, was well received by colleagues, friends and Github stargazers, so here we are now.``
88

99
## Why should I choose R.swift over alternative X or Y?
1010

0 commit comments

Comments
 (0)