urbit / hoon-assist-vscode

A VSCode extension that displays documentation for Hoon runes and standard library functions
MIT License
12 stars 0 forks source link

Spin arguments in wrong order #2

Open jackfoxy opened 1 year ago

jackfoxy commented 1 year ago

https://developers.urbit.org/reference/hoon/stdlib/2b#spin correctly documents the arguments for +spin `Accepts a is a ++list.

b is a noun.

c is a gate.`

Hoon assist has this in the wrong order `Accepts a is a ++list.

b is a gate.

c is a noun.`