summaryrefslogtreecommitdiff
path: root/documentation/basics.html
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2007-05-17 15:52:15 +0000
committerMatthias Melcher <fltk@matthiasm.com>2007-05-17 15:52:15 +0000
commitac18bf760907d148490594a1a38dfa311978fcef (patch)
tree3bec0bb159d3fef35edbf816a4cd7980760c76bb /documentation/basics.html
parent04ced5396e67c19ea808b64c851f8fa039e8eb95 (diff)
Replaced '>' with '&gt;' in the documentation where appropriate (STR# 1682, 1684, 1685)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5838 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/basics.html')
-rw-r--r--documentation/basics.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/basics.html b/documentation/basics.html
index e1e0d7453..94d0c2031 100644
--- a/documentation/basics.html
+++ b/documentation/basics.html
@@ -111,7 +111,7 @@ the widget. You can learn more about boxtypes in
<A href="common.html#boxtypes">Chapter 3</A>.</P>
<P>You could examine the boxtype in by doing
-<tt>box->box()</tt>. FLTK uses method name overloading to make
+<tt>box-&gt;box()</tt>. FLTK uses method name overloading to make
short names for get/set methods. A "set" method is always of
the form "void&nbsp;name(type)", and a "get" method is always
of the form "type&nbsp;name()&nbsp;const".</P>