Skip to content

Commit f7fac32

Browse files
authored
Fix admonition (#506)
1 parent c84bfab commit f7fac32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rules.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ A collection of type-tuples is stored in its method-table.
152152
If something has this defined, it means that it must having a must also have a `rrule`,
153153
defined that returns `nothing`.
154154
155-
!!! warning "do not overload no_rrule directly
155+
!!! warning "Do not overload no_rrule directly"
156156
It is fine and intended to query the method table of `no_rrule`.
157157
It is not safe to add to that directly, as corresponding changes also need to be made to
158158
`rrule`.

0 commit comments

Comments
 (0)