aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-10-27 16:19:39 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-10-27 16:19:39 -0700
commit84e4222feda44a05a08ee54a72f9b3f4875ca25a (patch)
treebc45409880649dc5b2a8065699ef7436b4120464 /doc
parent3849e12d45cb87b90627ca0d256d7af1a5b867e1 (diff)
downloadpandoc-84e4222feda44a05a08ee54a72f9b3f4875ca25a.tar.gz
short-guide: Transitions -> Transformations.
Diffstat (limited to 'doc')
-rw-r--r--doc/short-guide-to-pandocs-sources.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/short-guide-to-pandocs-sources.md b/doc/short-guide-to-pandocs-sources.md
index cff764034..722063e03 100644
--- a/doc/short-guide-to-pandocs-sources.md
+++ b/doc/short-guide-to-pandocs-sources.md
@@ -190,9 +190,9 @@ describes the multiple ways in which the document can be altered.
Document traversal happens through the `Walkable` class in module
`Text.Pandoc.Walk` ([*pandoc-types* package]).
-## Transitions
+## Transformations
-Transitions are simple modifications controllable through
+Transformations are simple modifications controllable through
command-line options.
## Filters