Skip to content

Commit 193ece3

Browse files
Update docs/src/index.md
Co-authored-by: Nick Robinson <npr251@gmail.com>
1 parent d83ec0e commit 193ece3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ For information about ChainRules, including how to write rules, refer to the gen
1010
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaDiff.github.io/ChainRulesCore.jl/stable)
1111

1212
## Testing Method Table Sensibility
13-
A basic feature of ChainRulesTestUtils is it's ability to check that the method table for `rrule` and `frule` remains sensible.
14-
This searches the method table for methods that should not exist and when it fails tells you where they were defined.
13+
A basic feature of ChainRulesTestUtils is its ability to check that the method tables for `rrule` and `frule` remain sensible.
14+
This searches the method tables for methods that should not exist and when it fails tells you where they were defined.
1515
By calling [`test_method_tables_sensibility`](@ref) ChainRulesTestUtils will check for things such as having attracted a rule to `DataType` rather than attaching it to a constructor.
1616
Basically all packages using ChainRulesTestUtils can use [`test_method_tables_sensibility`](@ref), as it is independent of what rules you have written.
1717

0 commit comments

Comments
 (0)