Skip to content

Commit

Permalink
correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alcantara09 committed Aug 24, 2017
1 parent 7e61136 commit 07af720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/basics/constant_generator.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ asynchronous in tests. Sending and receiving samples requires the constant
generator to be executed, and therefore Syskit's own execution loop.
{: .callout .callout-info}

Rock's time representation has a precision of one microseconds, while Linux
Rock's time representation has a precision of one microsecond, while Linux
(and therefore Ruby's Time class) go to the nanoseconds. This is why the
time comparison is not done using `assert_equal`, but `assert_in_delta`.
{: .callout .callout-warning}
Expand Down

0 comments on commit 07af720

Please sign in to comment.