Small doc typo fix.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9956 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Greg Ercolano
2013-08-12 15:46:57 +00:00
parent 1b4a5a1d96
commit 3e96dfe855
+1 -1
View File
@@ -207,7 +207,7 @@ public:
/** /**
Returns the character at the specified position pos in the buffer. Returns the character at the specified position pos in the buffer.
Positions start at 0 Positions start at 0
\param pos byte offset into buffer, pos must be at acharacter boundary \param pos byte offset into buffer, pos must be at a character boundary
\return Unicode UCS-4 encoded character \return Unicode UCS-4 encoded character
*/ */
unsigned int char_at(int pos) const; unsigned int char_at(int pos) const;