We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0049f5 commit b0fac75Copy full SHA for b0fac75
src/ansi/format/format.ts
@@ -3,7 +3,7 @@ import { ValuesFromObject } from "../../type/mod.ts";
3
/**
4
* This object contains all format codes.
5
*
6
- * Use the control sequence `CSI <formats.FORMAT> m`, named Select Graphic Rendition (SGR), to set format attributes.
+ * Use the control sequence `CSI <formats.<format>> m`, named Select Graphic Rendition (SGR), to set format attributes.
7
8
* [Wikipedia](https://en.wikipedia.org/wiki/ANSI_escape_code#SGR_(Select_Graphic_Rendition)_parameters)
9
*/
0 commit comments