Skip to content

Commit aa3b63c

Browse files
committed
Merge pull request #288 from robblanco/typo
Grammar fix: possessive for contraction
2 parents f61c801 + 6e77187 commit aa3b63c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/07-git-tools/sections/searching.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[[_searching]]
22
=== Searching
33

4-
With just about any size codebase, you'll often need to find where a function is called or defined, or find the history of a method. Git provides a couple of useful tools for looking through the code and commits stored in it's database quickly and easily. We'll go through a few of them.
4+
With just about any size codebase, you'll often need to find where a function is called or defined, or find the history of a method. Git provides a couple of useful tools for looking through the code and commits stored in its database quickly and easily. We'll go through a few of them.
55

66
[[_git_grep]]
77
==== Git Grep

0 commit comments

Comments
 (0)