Skip to content

Commit 777a12d

Browse files
MaxDesiatovalexcrichton
authored andcommitted
Fix TypeScript capitalization in internals guide (#1826)
1 parent fe4dd0b commit 777a12d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/src/contributing/design/js-objects-in-rust.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ notably means that it can't persist the object past the lifetime of this
3737
function call.
3838

3939
Now what we actually want to generate is a JS module that looks like (in
40-
Typescript parlance)
40+
TypeScript parlance)
4141

4242
```ts
4343
// foo.d.ts

0 commit comments

Comments
 (0)