fixing typo (#4273)

I assume "...one of more type parameters..." was intended to read "...one or more type parameters..."
This commit is contained in:
Alex Minnaar 2020-09-12 16:10:01 -04:00 committed by GitHub
parent f039f6daf9
commit 64bead2093
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ will apply transformations incrementally during tracing.
Nevertheless, if one wants to understand how JAX works internally, or to
make use of the result of JAX tracing, it is useful to understand jaxpr.
A jaxpr instance represents a function with one of more typed parameters (input variables)
A jaxpr instance represents a function with one or more typed parameters (input variables)
and one or more typed results. The results depend only on the input
variables; there are no free variables captured from enclosing scopes.
The inputs and outputs have types, which in JAX are represented as abstract