From 2bb2ff871fa1761478442bec5f6a32c9428360a1 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 6 Apr 2025 14:20:18 -0400 Subject: Change method calls to use `foo.baz()` instead of `foo:baz()` --- examples/http-server/sample-site/random.tm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/http-server/sample-site') diff --git a/examples/http-server/sample-site/random.tm b/examples/http-server/sample-site/random.tm index 502618e8..29b93be7 100755 --- a/examples/http-server/sample-site/random.tm +++ b/examples/http-server/sample-site/random.tm @@ -11,7 +11,7 @@ func main():

Random Number

- Your random number is: $(random:int(1,100)) + Your random number is: $(random.int(1,100)) ") -- cgit v1.2.3