Skip to content

Commit

Permalink
doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Dibyendu Majumdar committed Mar 8, 2015
1 parent a05ea47 commit b9fffea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -175,13 +175,13 @@ And we may end up allowing additionally following types depending on whether the

The syntax for introducing the type will probably be as below::

function foo(s: string) : string
function foo(s: string)
return s
end

Local variables may be given types as shown below::

function foo() : string
function foo()
local s: string = "hello world!"
return s
end
Expand Down
4 changes: 2 additions & 2 deletions readthedocs/ravi-overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -175,13 +175,13 @@ And we may end up allowing additionally following types depending on whether the

The syntax for introducing the type will probably be as below::

function foo(s: string) : string
function foo(s: string)
return s
end

Local variables may be given types as shown below::

function foo() : string
function foo()
local s: string = "hello world!"
return s
end
Expand Down

0 comments on commit b9fffea

Please sign in to comment.