solidjs / solid-docs-legacy

OLD documentation for SolidJS and related packages, replaced by https://github.com/solidjs/solid-docs-next
https://www.solidjs.com/
MIT License
188 stars 151 forks source link

Update api.md #262

Closed igorbabko closed 1 year ago

igorbabko commented 1 year ago

@edemaine it's just a nit improvement to console.log output, instead of printing it like this count =2 it will print it with a space between = and a number like this count = 2. No real purpose, just a cosmetic thing.

edemaine commented 1 year ago

Sorry, I was looking on mobile. In fact, console.log("count =", 2) already prints count = 2, so I think this nit is already taken care of. 🙂

igorbabko commented 1 year ago

Ah, indeed, thanks for taking a look!