From e0730f90a9b8cb25ffd2593500ae57ea598c15ff Mon Sep 17 00:00:00 2001 From: Teascade Date: Sun, 27 Aug 2017 22:35:02 +0000 Subject: [PATCH] Fix time_now links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8f027e4..8bf9502 100644 --- a/README.md +++ b/README.md @@ -466,9 +466,9 @@ if (int_opt?) { - [`sqrt(number: T) -> T`](#sqrtnumber-t---t) - [`pow(number: T, exponent: N) -> T`](#pownumber-t-exponent-n---t) - [`random() -> f32`](#random---f32) -- [`time_now() -> i32`](#time-now---i32) +- [`time_now() -> i32`](#time_now---i32) - [`random64() -> f64`](#random64---f64) -- [`time_now64() -> i64`](#time-now64---i64) +- [`time_now64() -> i64`](#time_now64---i64) #### `print(text: string)` Prints `text` to standard (stdout, to console by default). This is configurable by changing stdout in the Omega VM.