summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2021-12-13 18:46:20 +1300
committerOlly Betts <olly@survex.com>2021-12-15 19:25:53 +1300
commit7418da9e5d63451cfd3941f7e4ed91c19ba1f73d (patch)
tree34bf78cc20affe06428b32e9615743b07048ad10
parentfa2f9dc5da405586ba3857dd515ae84b7868819f (diff)
downloadswig-7418da9e5d63451cfd3941f7e4ed91c19ba1f73d.tar.gz
Fix transposed outputs in internals doc
-rw-r--r--Doc/Devel/internals.html24
1 files changed, 12 insertions, 12 deletions
diff --git a/Doc/Devel/internals.html b/Doc/Devel/internals.html
index c9082d3f6..0fc6623e8 100644
--- a/Doc/Devel/internals.html
+++ b/Doc/Devel/internals.html
@@ -441,12 +441,12 @@ Resulting output:
<blockquote>
<pre>
-hash len: 5
-get: hashval2
-hash item: hashval5 [h5]
-hash item: hashval1 [h1]
-hash item: hashval2 [h2]
-hash item: hashval3 [h3]
+list len: 5
+get: listval2
+list item: newlistval1
+list item: listval2
+list item: listval3
+list item: listval5
</pre>
</blockquote>
@@ -494,12 +494,12 @@ Resulting output:
<blockquote>
<pre>
-list len: 5
-get: listval2
-list item: newlistval1
-list item: listval2
-list item: listval3
-list item: listval5
+hash len: 5
+get: hashval2
+hash item: hashval5 [h5]
+hash item: hashval1 [h1]
+hash item: hashval2 [h2]
+hash item: hashval3 [h3]
</pre>
</blockquote>