Skip to content

Commit

Permalink
doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Dibyendu Majumdar committed Apr 12, 2015
1 parent b314ab5 commit 78a5b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readthedocs/ravi-internals.rst
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@ Whenever a new upvalue is referenced, we assign the type of the the upvalue to t
/* ... omitted code ... */
}

The function ``newupvalue()`` sets the type of a new upvalue.
The function ``newupvalue()`` sets the type of a new upvalue::

/* create a new upvalue */
static int newupvalue (FuncState *fs, TString *name, expdesc *v) {
Expand Down

0 comments on commit 78a5b12

Please sign in to comment.