Skip to content

Commit

Permalink
Fixed README.
Browse files Browse the repository at this point in the history
Signed-off-by: Kouhei Maeda <mkouhei@palmtb.net>
  • Loading branch information
mkouhei committed Jan 7, 2015
1 parent 326211f commit ba76791
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Expand Up @@ -106,7 +106,7 @@ Example::

>>>

* Terminate gosh to reset main declarations, or declare func main without body.::
Terminate gosh to reset main declarations, or declare func main without body.::

$ $GOSH/bin/gosh
>>> i := i
Expand All @@ -116,7 +116,7 @@ Example::
>>> fmt.Println(i)
[error] # command-line-arguments
./gosh_tmp.go:8: undefined: i

>>>

Limitations
Expand All @@ -127,7 +127,7 @@ Limitations
Known issues
~~~~~~~~~~~~

* Not evaluate when there are declared and not used valiables.::
Not evaluate when there are declared and not used valiables.::

$ $GOPATH/bin/gosh
>>> i := 1
Expand Down

0 comments on commit ba76791

Please sign in to comment.