Commit ad8962b
committed
docs: fix text wrapping in REPL text files
Propagates fix from d69f7f9 ("docs: fix text wrapping in repl text file") to sibling REPL files whose prose paragraphs exceeded the 80-column width policy documented in docs/contributing/repl_text.md. Wraps the offending line in `utils/define-properties` while keeping `Default: undefined.` inline per the file's existing convention, and wraps the `normalize.assign` description in `number/float32/base/normalize` at the natural word boundary.1 parent e678093 commit ad8962b
2 files changed
Lines changed: 4 additions & 3 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
| 42 | + | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
0 commit comments