Skip to content

Commit

Permalink
api doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
wkhere committed Sep 14, 2023
1 parent 48c08cb commit 5a1b9b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

// Unmarshal interprets the BCL input, and stores the result in dest,
// which should be a slice of structs.
// See AppendBlocks for a struct format.
// See [AppendBlocks] for a struct format.
func Unmarshal(input []byte, dest any) error {
res, err := Interpret(input)
if err != nil {
Expand Down

0 comments on commit 5a1b9b0

Please sign in to comment.