Skip to content

Commit

Permalink
Fix code reference for edoc in rt_harness.
Browse files Browse the repository at this point in the history
  • Loading branch information
bowrocker committed Aug 6, 2014
1 parent 7a3f0f9 commit b3a8867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rt_harness.erl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
%% -------------------------------------------------------------------
%% @doc rt_harness provides a level of indirection between the modules
%% calling into the harness and the configured harness, resolving the call
%% to the configured harness. Calls such as 'rt_harness:start(Node)' will
%% to the configured harness. Calls such as `rt_harness:start(Node)' will
%% be resolved to the configured harness.
-module(rt_harness).

Expand Down

0 comments on commit b3a8867

Please sign in to comment.