Commit 5120ad3d authored by Guilherme Bernal's avatar Guilherme Bernal

example README small typo

parent 644b3092
...@@ -4,7 +4,7 @@ This folder contains an example project using djinni. The application contains a ...@@ -4,7 +4,7 @@ This folder contains an example project using djinni. The application contains a
view, and when the button "Sort" is hit, sorts the lines in that view. There is also a view, and when the button "Sort" is hit, sorts the lines in that view. There is also a
command-line version of the demo. command-line version of the demo.
Interface Stucture Interface Structure
------------------ ------------------
Two interfaces are defined: SortItems and TextboxListener. SortItems is implemented in C++; its Two interfaces are defined: SortItems and TextboxListener. SortItems is implemented in C++; its
method sort() takes a list of strings (wrapped in a record), sorts it, and passes the sorted list to method sort() takes a list of strings (wrapped in a record), sorts it, and passes the sorted list to
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment