You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: packages/documentation/copy/en/handbook-v2/Basics.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -343,7 +343,7 @@ let msg = "hello there!";
343
343
Even though we didn't tell TypeScript that `msg` had the type `string` it was able to figure that out.
344
344
That's a feature, and it's best not to add annotations when the type system would end up inferring the same type anyway.
345
345
346
-
> Note: when you see <pre><codeclass="query">code comment colored like this</code></pre> it means that we're highlighting what your editor would show you inline. You can get the same experience in the web browser by hovering your mouse over blue-tinted code samples.
346
+
> Note: the message bubble inside the code sample above. That is what your editor would show if you had hovered over the word.
0 commit comments