File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -179,15 +179,15 @@ export const API_KEY = 'SOMEKEY'
179
179
// bad
180
180
181
181
// This is a very long comment that continues on and goes over multiple lines,
182
- // saying something very long and details which all developers will appreciate
182
+ // saying something very long and detailed which all developers will appreciate
183
183
// reading and thinking about.
184
184
185
185
/* This is just a single line comment. */
186
186
187
187
// good
188
188
189
189
/* This is a very long comment that continues on and goes over multiple lines,
190
- * saying something very long and details which all developers will appreciate
190
+ * saying something very long and detailed which all developers will appreciate
191
191
* reading and thinking about. */
192
192
193
193
// This is just a single line comment.
You can’t perform that action at this time.
0 commit comments