diff options
| author | ruki <[email protected]> | 2020-01-18 00:43:56 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-01-17 22:23:37 +0800 |
| commit | 53e02244ef227a835f435bbfdbecab39be880278 (patch) | |
| tree | 64becc7d72e9a8ec7e1cf930d51ba39798353b01 /xmake/core/base/text.lua | |
| parent | a859e101ee88ec25fd948a08d2a02e7621241e7f (diff) | |
fix some code styles
Diffstat (limited to 'xmake/core/base/text.lua')
| -rw-r--r-- | xmake/core/base/text.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/base/text.lua b/xmake/core/base/text.lua index 0583ce7c4..dad69fc86 100644 --- a/xmake/core/base/text.lua +++ b/xmake/core/base/text.lua @@ -154,7 +154,7 @@ end -- sep = "${dim} | ", -- table colunm sepertor, default is " | ", use "" to hide -- } -- priority of style and align: cell > row > col --- @param opt options for color rendering and word warpping +-- @param opt options for color rendering and word wrapping function text.table(data, opt) assert(data) |
