From 2d32abf047cd401c569a658095140550ac1193f0 Mon Sep 17 00:00:00 2001 From: jmpenn Date: Mon, 28 Feb 2022 15:41:28 -0600 Subject: [PATCH] Update README.md --- trick_sims/SIM_fibonacci_time/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trick_sims/SIM_fibonacci_time/README.md b/trick_sims/SIM_fibonacci_time/README.md index e4899db5..2a1562da 100644 --- a/trick_sims/SIM_fibonacci_time/README.md +++ b/trick_sims/SIM_fibonacci_time/README.md @@ -23,7 +23,7 @@ To get the current simulation time in time-tics we use: long long exec_get_time_tics( void ); ``` -And, to get the number of time tics per second, so we can convert between simulation time in seconds and time-tics, we use the following awkwardly name function: +And, to get the number of time tics per second, so we can convert between simulation time in seconds and time-tics, we use the following awkwardly named function: ``` int exec_get_time_tic_value( void );