From cc2cee6c086acd2a788058ca98dca3571c53ca81 Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Tue, 14 May 2019 17:17:57 +0200 Subject: [PATCH] Fix wording --- design.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/design.md b/design.md index 05f00a6..2a3f7c1 100644 --- a/design.md +++ b/design.md @@ -16,7 +16,7 @@ The plan is to use LTTng with a ROS wrapper package like `tracetools` for ROS 1. ### Analysis -After the initial instrumentation, some general statistics analyses can be built. The targeted analysis tools are pandas and Jupyter. The goal is to make those general enough to be useful for different use-cases, e.g.: +After the initial instrumentation, some general statistics analyses can be built. The targeted analysis tools are pandas and Jupyter. The goal is to make analyses general enough to be useful for different use-cases, e.g.: * Callback duration (mean, stdev, etc.) *