Skip to content

Commit 0d13083

Browse files
committed
Merge branch 'master' of github.com:basemate/basemate-ui-core
2 parents b8f230b + eb6fb42 commit 0d13083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/components/paragraph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Show [specs](../../spec/usage/components/paragraph_spec.rb)
44

5-
The HTML `<p>` tag implemented in ruby. This is a workaround because the single `p` is the short version of `puts` in ruby.
5+
The HTML `<p>` tag implemented in ruby. This is a workaround because the single `p` is a reserved keyword in Ruby (directly writes `obj.inspect` followed by a newline to the program’s standard output, e.g. `p foo` equals `puts foo.inspect`).
66

77
## Parameters
88

0 commit comments

Comments
 (0)