This is an automated email from the ASF dual-hosted git repository.

leerho pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/datasketches-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 2006dbd2 Fix emphasis
2006dbd2 is described below

commit 2006dbd2d556975a7612246ee1e3c6e625725a23
Author: Lee Rhodes <[email protected]>
AuthorDate: Thu Jul 28 11:09:00 2022 -0700

    Fix emphasis
---
 docs/Quantiles/SketchingQuantilesAndRanksTutorial.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/Quantiles/SketchingQuantilesAndRanksTutorial.md 
b/docs/Quantiles/SketchingQuantilesAndRanksTutorial.md
index 9c07ef65..46f86ae5 100644
--- a/docs/Quantiles/SketchingQuantilesAndRanksTutorial.md
+++ b/docs/Quantiles/SketchingQuantilesAndRanksTutorial.md
@@ -30,7 +30,7 @@ of quantiles, ranks and their functions.
 
 ## What is a rank?
 
-### A *rank* identifies the numeric position of a specific value in an 
enumerated, ordered set if values.
+### A ***rank*** identifies the numeric position of a specific value in an 
enumerated, ordered set if values.
 
 The actual enumeration can be done in several ways, but for our use here we 
will define the two common ways that *rank* can be specified and that we will 
use. 
 
@@ -47,7 +47,7 @@ In our sketch library and documentation, when we refer to 
*rank*, we imply *norm
 
 ## What is a quantile?
 
-### A *quantile* is a *value* that is associated with a particular ***rank***. 
+### A ***quantile*** is a *value* that is associated with a particular 
***rank***. 
 
 *Quantile* is the general term that includes other terms that are also 
quantiles.
 To wit:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to