We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
diff --git a/src/jn_mavg.erl b/src/jn_mavg.erl index cd37b98..3c62de0 100644 --- a/src/jn_mavg.erl +++ b/src/jn_mavg.erl @@ -54,7 +54,7 @@ new_mavg(SmoothingWindow) -> new_mavg(SmoothingWindow, []). %% New way of constructing moving average trackers. %% @spec new_mavg(SmoothingWindow, [Option]) -> record(mavg) -%% Type Option = +%% Type Option = %% {start_time, int()} %% | {start_events, int()} %% | {history_length, int()} @@ -262,7 +262,7 @@ unixtime_float() -> unixtime_float(now()). %% @spec unixtime_float(now()) -> float() unixtime_float({M,S,U}) -> M*1000000 + S + U/1000000. - + -ifdef(TEST). -include_lib("eunit/include/eunit.hrl").
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: