Minor upstream file changes

This commit is contained in:
MattBDev
2020-01-29 16:13:28 -05:00
parent bef69b5be3
commit 2cc66b0d98
6 changed files with 15 additions and 10 deletions

View File

@@ -48,7 +48,7 @@ Ready to submit? Perform the checklist below:
the team prior to starting work.
6. Are my commit messages descriptive?
You should be aware of `git rebase`.
You should be aware of [`git rebase`](http://learn.github.com/p/rebasing.html).
It allows you to modify existing commit messages, and combine, break apart, or
adjust past changes.
@@ -66,4 +66,4 @@ This is **EXTREMELY BAD:**
if(var.func( param1, param2 ))
{
// do things
}
}