Skip to content

Commit

Permalink
doc: fix example func return type (ariga#2209)
Browse files Browse the repository at this point in the history
  • Loading branch information
a8m authored Oct 24, 2023
1 parent 5f2ebe8 commit 7d5f637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/md/atlas-schema/hcl.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ function "positive" {
arg "v" {
type = integer
}
return = integer
return = boolean
as = "SELECT v > 0"
}

Expand Down

0 comments on commit 7d5f637

Please sign in to comment.