Commit 648995b0 authored by j4cbo's avatar j4cbo

Merge pull request #151 from lbguilherme/patch-1

example README small typo
parents 644b3092 5120ad3d
......@@ -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
command-line version of the demo.
Interface Stucture
Interface Structure
------------------
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
......
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