# Krishna - hey @Rishabh, git visual diff fooled ... Channel: #contributor Source: https://discord.com/channels/1233487248129921135/1531044936357515294 Started: 2026-07-26T21:05:58.976000+00:00 Last activity: 2026-07-26T21:05:58.267000+00:00 ## Krishna โ€” 2026-07-26T21:05:58.267000+00:00 hey <@809856037376491570>, git visual diff fooled us but it was actually a silent Unicode bug! docs had Greek Mu (U+03BC) instead of Micro Sign (U+00B5), causing the parser to ignore the prefix and render `10H` instead of `10ยตH` ๐Ÿ’€. fixed that + a prop typo in docs, and also dropped an upstream fix for format-si-unit here: https://github.com/tscircuit/format-si-unit/pull/18 ๐Ÿ‘€