Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix grammar errors #41

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix grammar errors #41

wants to merge 1 commit into from

Conversation

qmoya
Copy link

@qmoya qmoya commented Mar 20, 2018

“Enter user name?”, with a question mark, is a question to which the answer is either “yes” or “no,” not a username. Accordingly, I removed the question mark. (Another possibility would be to simply ask: “What’s your username?”)

Also, the Oxford Dictionary of English gives the compound word “username” to refer to "an identification used by a person with access to a computer, network, or online service,” which I suppose it’s the meaning intended here. I rewrote it like that.

“Enter user name?”, with a question mark, is a question to which the answer is either “yes” or “no”, not a username. Therefore, I removed the question mark. (Another possibility would be to simply ask: “What’s your username?”)

Also, the Oxford Dictionary of English gives the compound word “username” to refer to "an identification used by a person with access to a computer, network, or online service,” which I suppose it’s the meaning intended here. I respelled it like that.
@codecov-io
Copy link

Codecov Report

Merging #41 into master will decrease coverage by 2.33%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #41      +/-   ##
=========================================
- Coverage   98.93%   96.6%   -2.34%     
=========================================
  Files          11      39      +28     
  Lines         936    1912     +976     
  Branches        0      63      +63     
=========================================
+ Hits          926    1847     +921     
- Misses         10      65      +55
Impacted Files Coverage Δ
SwiftlineTests/SwiftlineTests/ArgsTests.swift 100% <0%> (ø) ⬆️
SwiftlineTests/SwiftlineTests/ColorizerTest.swift 100% <0%> (ø) ⬆️
SwiftlineTests/SwiftlineTests/AgreeTests.swift 100% <0%> (ø) ⬆️
SwiftlineTests/SwiftlineTests/GlobTests.swift 100% <0%> (ø) ⬆️
...iftlineTests/SwiftlineTests/AskSettingsTests.swift 100% <0%> (ø) ⬆️
SwiftlineTests/SwiftlineTests/RunnerTests.swift 100% <0%> (ø) ⬆️
SwiftlineTests/SwiftlineTests/ENVTests.swift 100% <0%> (ø) ⬆️
SwiftlineTests/SwiftlineTests/AskTests.swift 100% <0%> (ø) ⬆️
...ftlineTests/SwiftlineTests/AgreeSettingsTest.swift 100% <0%> (ø) ⬆️
Source/Glob.swift 100% <0%> (ø)
... and 29 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c0b3e41...76691f8. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants