Skip to content

Commit adffc5b

Browse files
committed
Fix function path
1 parent 2f2f27c commit adffc5b

File tree

1 file changed

+1
-1
lines changed
  • src/content/doc-surrealql/functions/database

1 file changed

+1
-1
lines changed

src/content/doc-surrealql/functions/database/record.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ RETURN record::tb(person:tobie);
149149
The `record::is_edge` function checks to see if the value passed in is a graph edge.
150150

151151
```surql title="API DEFINITION"
152-
record::is::edge(record | string) -> bool
152+
record::is_edge(record | string) -> bool
153153
```
154154

155155
```surql

0 commit comments

Comments
 (0)