Skip to content

Commit 41ed6f6

Browse files
committed
docs
1 parent 3c54cca commit 41ed6f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ const s = format('${title} ${name} address: ${address | json}, updated: ${update
139139
updated: new Date()
140140
});
141141

142-
console.log(s); //=> Mr.Foreman address: {"street":"Springfield","house":10}, updated: 09-11-2025
142+
console.log(s); //=> Mr. Foreman address: {"street":"Springfield","house":10}, updated: 09-11-2025
143143
```
144144

145145
### Filter Arguments

0 commit comments

Comments
 (0)