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,10 +179,10 @@ compiler.
179
179
when doing simple refactorings, is to run ` ./x.py check `
180
180
continuously. Here you are just checking that the compiler can
181
181
** build** , but often that is all you need (e.g., when renaming a
182
- method). You can then run ` ./x.py build ` when you acqtually need to
182
+ method). You can then run ` ./x.py build ` when you actually need to
183
183
run tests.
184
184
185
- In fact, it is eomtimes useful to put off tests even when you are not
185
+ In fact, it is sometimes useful to put off tests even when you are not
186
186
100% sure the code will work. You can then keep building up
187
187
refactoring commits and only run the tests at some later time. You can
188
188
then use ` git bisect ` to track down ** precisely** which commit caused
You can’t perform that action at this time.
0 commit comments