Docs: "amount" -> "number"

This commit is contained in:
Marco Hinz 2013-07-09 06:48:26 +02:00
parent d6c1fd78ab
commit d5f7bd5f02
2 changed files with 4 additions and 4 deletions

View File

@ -63,7 +63,7 @@ New line.
`_1`
Amount of deleted lines. If the number is larger than 9, a `>` will be shown
Number of deleted lines. If the number is larger than 9, a `>` will be shown
instead.
`!`
@ -72,7 +72,7 @@ Changed line.
`!1`
A line was changed and an amount of lines below were deleted. A combination of
A line was changed and an number of lines below were deleted. A combination of
`!` and `_`. If the number is larger than 9, a `>` will be shown instead.
`‾`

View File

@ -64,7 +64,7 @@ New line.
_1
Amount of deleted lines. If the number is larger than 9, a > will be shown
Number of deleted lines. If the number is larger than 9, a > will be shown
instead.
!
@ -73,7 +73,7 @@ Changed line.
!1
A line was changed and an amount of lines below were deleted. A combination of
A line was changed and an number of lines below were deleted. A combination of
! and _. If the number is larger than 9, a > will be shown instead.