Opened 10 years ago
Closed 10 years ago
#599 closed defect (fixed)
Typo in code example
| Reported by: | thoneyvazul | Owned by: | Peter Kovacs |
|---|---|---|---|
| Priority: | trivial | Milestone: | LEMON 1.4 release |
| Component: | documentation | Version: | hg main |
| Keywords: | Cc: | ||
| Revision id: |
Description
During refreshing my experience with this nice library, I found a little typo in a code example of the documentation. A variable is declared with a name cm, but used as cap, resulting in non compiling code.
Due to the simplicity of the issue this is just cosmetic change.
Attachments (1)
Change History (2)
Changed 10 years ago by
| Attachment: | lgf_reader.patch added |
|---|
comment:1 Changed 10 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Many thanks for the fix. It has been push to the main branch as [df2d4bf31fcb]
Note: See
TracTickets for help on using
tickets.


Patch for the documentation issue