Skip to content

Commit b0fac75

Browse files
committed
Update format.ts
1 parent a0049f5 commit b0fac75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ansi/format/format.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { ValuesFromObject } from "../../type/mod.ts";
33
/**
44
* This object contains all format codes.
55
*
6-
* Use the control sequence `CSI <formats.FORMAT> m`, named Select Graphic Rendition (SGR), to set format attributes.
6+
* Use the control sequence `CSI <formats.<format>> m`, named Select Graphic Rendition (SGR), to set format attributes.
77
*
88
* [Wikipedia](https://en.wikipedia.org/wiki/ANSI_escape_code#SGR_(Select_Graphic_Rendition)_parameters)
99
*/

0 commit comments

Comments
 (0)