Skip to content

Commit

Permalink
Update link in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
This makes the link open directly to the table.
  • Loading branch information
gheoan authored and koute committed May 1, 2018
1 parent a41d243 commit cca95ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dual licensed as above, without any additional terms or conditions.

1. **When implementing properties and methods, follow the HTML spec**

* A helpful resource for translating types from the HTML spec to Rust can be found in the `TypedArray objects` table [here](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray)
* A helpful resource for translating types from the HTML spec to Rust can be found in the `TypedArray objects` table [here](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray#TypedArray_objects)

* Try to stay as close as possible to the original JS name while maintaining Rust naming conventions

Expand Down

0 comments on commit cca95ad

Please sign in to comment.