From c85168dbe417790f788bb3acabb4a46526daaa97 Mon Sep 17 00:00:00 2001 From: Harsh Patel Date: Mon, 19 Aug 2019 11:26:06 -0700 Subject: [PATCH] correct # of spans in description for the example (#219) --- specification/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/overview.md b/specification/overview.md index b5b5b79722b..1ff4e1015ac 100644 --- a/specification/overview.md +++ b/specification/overview.md @@ -17,7 +17,7 @@ particular, a **Trace** can be thought of as a directed acyclic graph (DAG) of **Spans**, where the edges between **Spans** are defined as parent/child relationship. -For example, the following is an example **Trace** made up of 8 **Spans**: +For example, the following is an example **Trace** made up of 6 **Spans**: ``` Causal relationships between Spans in a single Trace