Skip to content

Commit

Permalink
Docs generated from: fix: fix type signature of Array.unsafe-raw (#1375)
Browse files Browse the repository at this point in the history
The Ref in the type signature had the array and lifetime type in the
incorrect position.
  • Loading branch information
carp-lang committed Jan 9, 2022
1 parent aca5372 commit c481aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Array.html
Original file line number Diff line number Diff line change
Expand Up @@ -1768,7 +1768,7 @@ <h3 id="unsafe-raw">
template
</div>
<p class="sig">
(Fn [(Ref a (Array b))] (Ptr b))
(Fn [(Ref (Array a) b)] (Ptr a))
</p>
<span>

Expand Down

0 comments on commit c481aee

Please sign in to comment.