diff --git a/src/rt_harness.erl b/src/rt_harness.erl index 2d1414760..1270f3bfc 100644 --- a/src/rt_harness.erl +++ b/src/rt_harness.erl @@ -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).