Iām noticing minor typos in the documentation. e.g. https://clojure.github.io/core.typed/#clojure.core.typed/Vec
The signature uses t but the docstring uses x.
that's the old repo, but I updated these inconsistencies in the new one. https://github.com/typedclojure/typedclojure/commit/e9115bb3db9d8b63dec2b139710f57747c6c3a7b
those docs no longer show up in html docs, but should be now accessible via https://github.com/typedclojure/typedclojure/blob/e9115bb3db9d8b63dec2b139710f57747c6c3a7b/typed/clj.runtime/src/typed/clojure.cljc#L250
Thanks!