Merge branch 'ja/tutorial-asciidoctor-fix'

A literal block in the tutorial had lines with unequal lengths to
delimit it from the rest of the document, which choke GitHub's
AsciiDoc renderer.

* ja/tutorial-asciidoctor-fix:
  doc: fix unmatched code fences
This commit is contained in:
Junio C Hamano 2015-05-22 12:41:48 -07:00
Родитель 7928eae1dd 975e382d13
Коммит 236794f1eb
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -259,7 +259,7 @@ index 557db03..263414f 100644
@@ -1 +1,2 @@
Hello World
+It's a new day for git
----
------------
i.e. the diff of the change we caused by adding another line to `hello`.