Skip to content

Commit

Permalink
Fix typo in README/Vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
gdemin committed Jul 22, 2020
1 parent d1f1947 commit 4bc7318
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ workers = let(workers,
)
# vlookup
# by default we search in the first column and return values from secomd column
# by default we search in the first column and return values from second column
workers = let(workers,
position = vlookup(name, positions)
)
Expand Down
2 changes: 1 addition & 1 deletion vignettes/Introduction.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ workers = let(workers,
)
# vlookup
# by default we search in the first column and return values from secomd column
# by default we search in the first column and return values from second column
workers = let(workers,
position = vlookup(name, positions)
)
Expand Down

0 comments on commit 4bc7318

Please sign in to comment.