Fix doc typo (#1054)

This commit is contained in:
luzpaz 2022-07-08 09:25:22 -04:00 committed by GitHub
parent 8e6c3e4eaf
commit 42cd2ff7ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@
//
// * This is an odd choice in the broader programming-language context.
// There are a few languages such as Fortran, Julia, Matlab, and R which are
// 1-up but the overal trend is decidedly toward 0-up. This means that
// 1-up but the overall trend is decidedly toward 0-up. This means that
// if Miller does 1-up it should do so for a good reason.
//
// * Reasons: so many other things are already 1-up, mostly inherited