mirror of
https://github.com/fltk/fltk.git
synced 2026-06-02 07:26:57 +08:00
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:
+1
-1
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user