mirror of
https://github.com/flynx/object.js.git
synced 2025-11-01 20:10:08 +00:00
fixed a couple of typos...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
dc5837b025
commit
35eea57ab9
@ -52,14 +52,14 @@ module.LEADING_TABS = 1
|
|||||||
// -> text
|
// -> text
|
||||||
//
|
//
|
||||||
//
|
//
|
||||||
// This will remove common indent from each like of text, this is useful
|
// This will remove common indent from each line of text, this is useful
|
||||||
// for printing function code of functions that were defined at deep
|
// for printing function code of functions that were defined at deep
|
||||||
// levels of indent.
|
// levels of indent.
|
||||||
//
|
//
|
||||||
// This will ignore the indent of the first line.
|
// This will ignore the indent of the first line.
|
||||||
//
|
//
|
||||||
// If the last line is indented higher or equal to the rest of the text
|
// If the last line is indented higher or equal to the rest of the text
|
||||||
// we will user leading_tabs (defaults to LEADING_TABS) to indent the
|
// we will use leading_tabs (defaults to LEADING_TABS) to indent the
|
||||||
// rest of the text.
|
// rest of the text.
|
||||||
// This will indent the following styles correctnly:
|
// This will indent the following styles correctnly:
|
||||||
//
|
//
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user