From abc113edd4bc2339c6b64689c0b33635615c297e Mon Sep 17 00:00:00 2001
From: Dmitry Petukhov <dp@simplexum.com>
Date: Mon, 17 May 2021 15:03:02 +0500
Subject: [PATCH] BIP88: Add definition for "length of the template", "length
 of the path"

---
 bip-0088.mediawiki | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bip-0088.mediawiki b/bip-0088.mediawiki
index ce081ccf..1f77c8ed 100644
--- a/bip-0088.mediawiki
+++ b/bip-0088.mediawiki
@@ -162,11 +162,11 @@ Implementations MAY support parsing partial templates and matching portions of t
 
 ==Parsing result==
 
-The result of successful parsing of a valid path template can be represented by a list of sections, where each section is a list of index ranges, where index range is a tuple of (range_start, range_end).
+The result of successful parsing of a valid path template can be represented by a list of sections, where each section is a list of index ranges, where index range is a tuple of (range_start, range_end). The length of the list of sections is also referred to as the "length of the template".
 
 ==Matching==
 
-The matching is to be performed against a list of integer values that represent a BIP32 path (or a portion of BIP32 path, for partial templates).
+The matching is to be performed against a list of integer values that represent a BIP32 path (or a portion of BIP32 path, for partial templates). The length of this list is referred to as the "length of the path".
 
 Non-hardened indexes in this list should be represented by values from 0 to 2147483647.