From af68b04a429eee5c5ecfb9856da2f435312f58cf Mon Sep 17 00:00:00 2001 From: Jesse Spielman Date: Mon, 16 Jan 2023 13:46:18 +0000 Subject: [PATCH] fixed typo --- docs/source/knowledge/essentials/traces.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/knowledge/essentials/traces.md b/docs/source/knowledge/essentials/traces.md index e6e2f84..135d464 100644 --- a/docs/source/knowledge/essentials/traces.md +++ b/docs/source/knowledge/essentials/traces.md @@ -29,7 +29,7 @@ For this usage, a factory function is provided, which takes care for you of all Reader (or formats) classes are responsible for managing all the concrete manipulation of data, from the actual storage to the trace header set API. -A concrete reader class must inherit from `estraces.AbstracReader` base class. The `AbstractReader` class defines the basic contract that a reader class must fulfilled to be compatible and be used with the `TraceHeaderSet` abstraction. +A concrete reader class must inherit from `estraces.AbstractReader` base class. The `AbstractReader` class defines the basic contract that a reader class must fulfilled to be compatible and be used with the `TraceHeaderSet` abstraction. The most important points of this contract (not the only ones !) are: