summaryrefslogtreecommitdiffhomepage
path: root/git.html.markdown
diff options
context:
space:
mode:
authorAdam Bard <github@adambard.com>2013-10-09 09:21:03 -0700
committerAdam Bard <github@adambard.com>2013-10-09 09:21:03 -0700
commitdac3063ddf1781eeff8704f0b61d38a302b42db7 (patch)
treea3a3c419761608eb48397b71444f189e04866603 /git.html.markdown
parent90461919cdd9672495b421c425510ff2f0a1e4c3 (diff)
parent925ded87809a5ae9f40a3c825324cb083eaba81e (diff)
Merge pull request #375 from xakon/master
[perl/en] Fix some links at Perl tutorial
Diffstat (limited to 'git.html.markdown')
-rw-r--r--git.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/git.html.markdown b/git.html.markdown
index abe8e3a7..4b5e466e 100644
--- a/git.html.markdown
+++ b/git.html.markdown
@@ -40,7 +40,7 @@ Version control is a system that records changes to a file, or set of files, ove
### Repository
-A set of files, directories, historical records, commits, and heads. Imagine it as a source code datastructure,
+A set of files, directories, historical records, commits, and heads. Imagine it as a source code data structure,
with the attribute that each source code "element" gives you access to its revision history, among other things.
A git repository is comprised of the .git directory & working tree.