Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Aug 22, 2010
1 parent 5dff83d commit 7bd5fae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@

Append _node_ to _self_, returning _node_.

List_push(list, ListNode_new("value"));
list->tail->val; // "value"
List_push(list, ListNode_new("value"));
list->tail->val; // "value"

### ListNode \*List_unshift(List \*self, ListNode *node)

Expand Down

0 comments on commit 7bd5fae

Please sign in to comment.