kstenschke / shifter-plugin

Intelligent string/code manipulation plugin for Jetbrains IDEs: Detects shiftable type of word/line/selection and manipulates it on keyboard shortcut
http://plugins.jetbrains.com/plugin/6149
Apache License 2.0
105 stars 13 forks source link

replaced than and chose with appropriate versions #46

Closed andre-artus closed 5 years ago

andre-artus commented 5 years ago

"Chose" is past tense, "choose" is present and future tense. From the context it is clear that the latter should be preferred.

"Than" is a comparative conjunction, used in instances such as 'greater than', 'less than', etc. "Then" is used to indicate actions or progressions in time (e.g is a sequence of events). The ternary operators in languages such as Java are merely terse ways of writing "if then else", thus "then" is the appropriate word to use.