We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e19b41 commit 9c86eceCopy full SHA for 9c86ece
test-app/app/helpers/clock.ts
@@ -12,7 +12,7 @@ export function Clock() {
12
// return time;
13
14
// The above is a shorthand for this
15
- // (but with a cast to string to appease Glint's restructive ContentValue type
+ // (but with a cast to string to appease Glint's restrictive ContentValue type)
16
// (Date is a renderable value, but Glint doesn't think so)
17
return () => time.current.toString();
18
});
0 commit comments