doc  about / heads / tags
Unnamed repository
   commit bdbae58beea750f20254e3de830fe25d68f192bb (patch)
   parent 97e6a8d Link to hosted crosvm documentation
     tree 4ebfdc1395e896a787c296e0a5d9044542b99724
   author Alyssa Ross <hi@alyssa.is>  2020-01-07 23:01:19 +0000
committer Alyssa Ross <hi@alyssa.is>  2020-01-07 23:01:19 +0000

Use U+2019 RIGHT SINGLE QUOTATION MARK in title

In body text, Asciidoctor will convert U+0027 APOSTROPHE to
U+2019 RIGHT SINGLE QUOTATION MARK when it's used in the middle or at
the end of a word, but it doesn't do this for title text.

For consistent output formatting, use U+2019 in the source code for
the title.  I think it's still better to use U+0027 everywhere else in
the document, though, since it's easier to type, and much more common
in source code.
---
 developer-manual.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/developer-manual.adoc b/developer-manual.adoc
index 9240b23..20aaf90 100644
--- a/developer-manual.adoc
+++ b/developer-manual.adoc
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GFDL-1.3-or-later OR CC-BY-SA-4.0
 
-= Spectrum Developers' Guide
+= Spectrum Developers’ Guide
 Alyssa Ross <hi@alyssa.is>
 :toc: left
 :nofooter:


glossary
--------
Commit objects reference one tree, and zero or more parents.

Single parent commits can typically generate a patch in
unified diff format via `git format-patch'.

Multiple parents means the commit is a merge.

Root commits have no ancestor.  Note that it is
possible to have multiple root commits when merging independent histories.

Every commit references one top-level tree object.

git clone https://inbox.spectrum-os.org/doc