comparison mercurial/help/templates.txt @ 32139:de86a6872d06 stable

help: spelling fixes
author Matt Harbison <matt_harbison@yahoo.com>
date Wed, 03 May 2017 22:07:47 -0400
parents b8a188a6f191
children c8f2cf18b82e
comparison
equal deleted inserted replaced
32138:edbbd18a47ab 32139:de86a6872d06
60 + for addition 60 + for addition
61 - for subtraction 61 - for subtraction
62 * for multiplication 62 * for multiplication
63 / for floor division (division rounded to integer nearest -infinity) 63 / for floor division (division rounded to integer nearest -infinity)
64 64
65 Division fulfils the law x = x / y + mod(x, y). 65 Division fulfills the law x = x / y + mod(x, y).
66 66
67 Also, for any expression that returns a list, there is a list operator:: 67 Also, for any expression that returns a list, there is a list operator::
68 68
69 expr % "{template}" 69 expr % "{template}"
70 70