summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/tubes.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tubes.xml b/docs/tubes.xml
index 99d069fdf..cf12eeab3 100644
--- a/docs/tubes.xml
+++ b/docs/tubes.xml
@@ -741,7 +741,7 @@
decimal integer. This corresponds to xs:unsignedInt in XML
Schema Part 2.</li>
<li>"int": A signed integer representable in 32 bits using two's
- complement. The corresponding D-Bus signature is 'i' or 'h' on input,
+ complement. The corresponding D-Bus signature is 'i' or 'n' on input,
'i' on output, and the element's character content is an ASCII
decimal integer, possibly starting with '-' or '+'. This corresponds
to xs:int in XML Schema Part 2.</li>