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: pages/docs/manual/latest/primitive-types.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,7 @@ var r = /b/g;
120
120
121
121
</CodeTab>
122
122
123
-
A regular expression like the above has the type `Re.t`. The [Re](api/core/re) module contains the regular expression helpers you have seen in JS.
123
+
A regular expression like the above has the type `Re.t`. The [RegExp](api/core/regexp) module contains the regular expression helpers you have seen in JS.
0 commit comments