summaryrefslogtreecommitdiffstats
path: root/eng/vc-users.rst
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2018-12-20 09:17:09 -0600
committerJoel Sherrill <joel@rtems.org>2018-12-20 09:17:09 -0600
commit6682434bf21f53d3bd64e0509b4df9524b17646a (patch)
tree47fb077ec49ffb58ad5187eb11175e6bff97adf2 /eng/vc-users.rst
parenteng: Unicode char (U+200B) (diff)
downloadrtems-docs-6682434bf21f53d3bd64e0509b4df9524b17646a.tar.bz2
Eliminate UTF-8 characters except superscripted 2 in i2c
Diffstat (limited to 'eng/vc-users.rst')
-rw-r--r--eng/vc-users.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/eng/vc-users.rst b/eng/vc-users.rst
index d7ae90e..4220de3 100644
--- a/eng/vc-users.rst
+++ b/eng/vc-users.rst
@@ -384,7 +384,7 @@ Rebasing
An alternative to the merge command is rebase, which replays the changes
(commits) on one branch onto another. ``git rebase`` finds the common ancestor
-of the two branches, stores each commit of the branch you’re on to temporary
+of the two branches, stores each commit of the branch you are on to temporary
files and applies each commit in order.
For example