aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2011-01-06 15:37:00 -0200
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-09 19:10:13 -0300
commite3f8e67d859a6fd005c3569fb8fc3695ad4029b0 (patch)
treefc2cb4248e52e5e1f19e63e455d0bd1aeb0f05f4
parente7ea28a5aebcc984c25c2bcd9872c02f17ba9199 (diff)
Fix documentation typo.
Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
-rw-r--r--doc/typesystem_documentation.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/typesystem_documentation.rst b/doc/typesystem_documentation.rst
index d14c47cf4..43f72a1ba 100644
--- a/doc/typesystem_documentation.rst
+++ b/doc/typesystem_documentation.rst
@@ -22,7 +22,7 @@ inject-documentation
occur and it accepts the following values:
* native: Before XML<->Backend transformation occur, so the injected code *must* be a valid XML.
- * target: Before XML<->Backend transformation occur, so the injected code *must* be a valid backend format.
+ * target: After XML<->Backend transformation occur, so the injected code *must* be a valid backend format.
At the moment the only supported backend is Sphinx.