File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
test/Cardano/Logging/Test/Unit Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ TraceOptions:
99 - EKGBackend
1010 - Forwarder
1111
12- # More interesing tracers
12+ # More interesting tracers
1313
1414 ChainDB :
1515 severity : Info
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ documentTracer' hook tracer = do
9191 tr' <- hook tracer
9292 documentTracer tr'
9393
94- -- This fuction calls document tracers and returns a DocTracer result
94+ -- This function calls document tracers and returns a DocTracer result
9595documentTracer :: forall a .
9696 MetaTrace a
9797 => Trace IO a
@@ -286,7 +286,7 @@ documentTracer tracer = do
286286
287287
288288
289- -- | Calls the tracers in a documetation control mode,
289+ -- | Calls the tracers in a documentation control mode,
290290-- and returns a DocCollector, from which the documentation gets generated
291291documentTracersRun :: forall a . MetaTrace a => [Trace IO a ] -> IO DocCollector
292292documentTracersRun tracers = do
Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ instance MetaTrace BaseStats where
3737 privacyFor (Namespace _ [" BaseStats" ]) _ = Just Public
3838 documentFor (Namespace _ [" BaseStats" ]) = Just " Basic statistics"
3939 metricsDocFor (Namespace _ [" BaseStats" ]) =
40- [ (" measure" , " This is the value of a single measurment " )
41- , (" sum" , " This is the sum of all measurments " )]
40+ [ (" measure" , " This is the value of a single measurement " )
41+ , (" sum" , " This is the sum of all measurements " )]
4242 allNamespaces = [Namespace [] [" BaseStats" ]]
4343
4444instance A. ToJSON BaseStats where
You can’t perform that action at this time.
0 commit comments