Skip to content

Commit

Permalink
fix: doc built-in-functions (#2450)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Z committed Sep 3, 2021
1 parent 59e1bdd commit b418e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/built-in-functions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ Data Manipulation
@external
@view
def foo(a: String[5], b: String[5], c: String[5]) -> String[100]
def foo(a: String[5], b: String[5], c: String[5]) -> String[100]:
return concat(a, " ", b, " ", c, "!")
.. code-block:: python
Expand Down

0 comments on commit b418e9f

Please sign in to comment.