Skip to content

Commit 06fcb6d

Browse files
authored
Merge pull request #528 from dennybiasiolli/patch-1
fixing typo in using-gitbase functions.md
2 parents ca26d4f + 7a583cf commit 06fcb6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/using-gitbase/functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ To make some common tasks easier for the user, there are some functions to inter
99
|is_remote(reference_name)bool| check if the given reference name is from a remote one |
1010
|is_tag(reference_name)bool| check if the given reference name is a tag |
1111
|language(path, [blob])text| gets the language of a file given its path and the optional content of the file |
12-
|uast(blob, [lang, [xpath]]) blob| returns a sequence of serilazied UAST nodes in semantic mode |
12+
|uast(blob, [lang, [xpath]]) blob| returns a sequence of serialized UAST nodes in semantic mode |
1313
|uast_mode(mode, blob, lang) blob| returns a sequence of serialized UAST nodes specifying its language and mode (semantic, annotated or native) |
1414
|uast_xpath(blob, xpath)| performs an XPath query over the given UAST nodes |
1515
|uast_extract(blob, key)| extracts information identified by the given key from the uast nodes |

0 commit comments

Comments
 (0)