diff --git a/docs-2.0/3.ngql-guide/6.functions-and-expressions/12.hash.md b/docs-2.0/3.ngql-guide/6.functions-and-expressions/12.hash.md index 052295d29b1..662a012294a 100644 --- a/docs-2.0/3.ngql-guide/6.functions-and-expressions/12.hash.md +++ b/docs-2.0/3.ngql-guide/6.functions-and-expressions/12.hash.md @@ -31,7 +31,7 @@ nebula> YIELD hash(-123); ```ngql nebula> YIELD hash("to_be_hashed"); +----------------------+ -| hash(to_be_hashed) | +| hash("to_be_hashed") | +----------------------+ | -1098333533029391540 | +----------------------+