Skip to content

Commit e364b81

Browse files
authored
"no such thing a" -> "no such thing as" (#526)
1 parent 4d742a7 commit e364b81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/rule_author/converting_zygoterules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ You can see it looks a lot like an example call to `rrule`, just with the prefix
111111
Probably more or less with no changes.
112112
[`@non_differentiable`](@ref) also lets you specify a signature in case you want to restrict non-differentiability to a certain subset of argument types.
113113

114-
## No such thing a `literal_getproperty`
114+
## No such thing as `literal_getproperty`
115115
That is just `getproperty`, it takes `Symbol`.
116116
It should constant-fold.
117117
It likely doesn't though as Zygote doesn't play nice with the optimizer.

0 commit comments

Comments
 (0)