forked from kscience/kmath
Fix typo
This commit is contained in:
parent
32d77c0e7f
commit
a655404486
@ -50,7 +50,7 @@ internal class JSBuilder<T>(val bodyCallback: JSBuilder<T>.() -> BaseExpression)
|
|||||||
MemberExpression(
|
MemberExpression(
|
||||||
computed = true,
|
computed = true,
|
||||||
optional = false,
|
optional = false,
|
||||||
`object` = Identifier("constants"),я
|
`object` = Identifier("constants"),
|
||||||
property = SimpleLiteral(idx),
|
property = SimpleLiteral(idx),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user