diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2016-09-28 15:51:02 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-09-28 15:51:02 +0900 |
| commit | 2d335daeeb1d50402041041c7a3531674a2e735a (patch) | |
| tree | a224e6c6d052d05d5433298b17daa83d01de3872 /doc | |
| parent | 9d3167cabe64b61ce707a00a3a3108b580cf5d11 (diff) | |
| parent | 6511bfd79af479bd889a2d9250631a5ed78ecf51 (diff) | |
| download | mruby-2d335daeeb1d50402041041c7a3531674a2e735a.tar.gz mruby-2d335daeeb1d50402041041c7a3531674a2e735a.zip | |
Merge pull request #3218 from nobu/trailing-space
Removed trailing spaces
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/limitations.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/limitations.md b/doc/limitations.md index 1be884b5a..c15b3ba81 100644 --- a/doc/limitations.md +++ b/doc/limitations.md @@ -96,7 +96,7 @@ class Liste < Array def initialize(str = nil) @feld = str end -end +end p Liste.new "foobar" ``` |
