mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
test/chan: fix trivial typos
Substition -> Substitution Change-Id: Iede578d733d1c041133742b61eb0573c3bd3b17c GitHub-Last-Rev: 7815bd346dbe23a5412d0602a4f6480b893c447d GitHub-Pull-Request: golang/go#38059 Reviewed-on: https://go-review.googlesource.com/c/go/+/225417 Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
parent
89f7bd5781
commit
93bcf91299
@ -595,7 +595,7 @@ func Subst(U, V PS) PS {
|
||||
return Z
|
||||
}
|
||||
|
||||
// Monomial Substition: U(c x^n)
|
||||
// Monomial Substitution: U(c x^n)
|
||||
// Each Ui is multiplied by c^i and followed by n-1 zeros
|
||||
|
||||
func MonSubst(U PS, c0 rat, n int) PS {
|
||||
|
@ -609,7 +609,7 @@ func Subst(U, V PS) PS {
|
||||
return Z
|
||||
}
|
||||
|
||||
// Monomial Substition: U(c x^n)
|
||||
// Monomial Substitution: U(c x^n)
|
||||
// Each Ui is multiplied by c^i and followed by n-1 zeros
|
||||
|
||||
func MonSubst(U PS, c0 *rat, n int) PS {
|
||||
|
Loading…
x
Reference in New Issue
Block a user