mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-21 06:45:27 +00:00
Typo
This commit is contained in:
@@ -58,7 +58,7 @@ proc `[]=` *(p:var Poly;idx:int,v:float)=
|
||||
|
||||
|
||||
iterator items*(p:Poly):float=
|
||||
## Iterates through the corfficients of the polynomial.
|
||||
## Iterates through the coefficients of the polynomial.
|
||||
var i=p.degree
|
||||
while i>=0:
|
||||
yield p[i]
|
||||
|
||||
Reference in New Issue
Block a user