summaryrefslogtreecommitdiff
path: root/documentation/basics.html
diff options
context:
space:
mode:
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>