1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

all: fix typos

This commit is contained in:
Yohix
2020-03-13 14:15:40 +05:30
committed by GitHub
parent b173cea177
commit e667e72685
5 changed files with 7 additions and 7 deletions

View File

@@ -24,7 +24,7 @@ const (
## ... or do:
git bisect bad
## Now you just repeat the above steps, each time running oldv with the same command, then mark the result as good or bad,
## until you find the commit, where the problem first occured.
## until you find the commit, where the problem first occurred.
## When you finish, do not forget to do:
git bisect reset'
)