Tcl documentation correction

From Ben Golding on swig-devel list.
This commit is contained in:
William S Fulton 2014-08-11 19:12:05 +01:00
commit e2b4a72f3e

View file

@ -1283,7 +1283,7 @@ you can use it in Tcl like this:
% x insert Lager
% x get 1
Stout
% puts [l cget -length]
% puts [x cget -length]
3
%
</pre></div>