Skip to content

Commit

Permalink
Fix TypeScript capitalization in internals guide (#1826)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxDesiatov authored and alexcrichton committed Oct 21, 2019
1 parent fe4dd0b commit 777a12d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guide/src/contributing/design/js-objects-in-rust.md
Expand Up @@ -37,7 +37,7 @@ notably means that it can't persist the object past the lifetime of this
function call.

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

```ts
// foo.d.ts
Expand Down

0 comments on commit 777a12d

Please sign in to comment.