From 6511bfd79af479bd889a2d9250631a5ed78ecf51 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Tue, 27 Sep 2016 10:37:35 +0900 Subject: Removed trailing spaces --- doc/limitations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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" ``` -- cgit v1.2.3