From 7e7980f68be773edb5b8bc7ee0bda1d79b257f7b Mon Sep 17 00:00:00 2001 From: Valentin Ochs Date: Sun, 2 Feb 2020 22:40:58 +0100 Subject: [PATCH] Fix typo --- markov.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markov.hpp b/markov.hpp index 303baa5..3a5d7c3 100644 --- a/markov.hpp +++ b/markov.hpp @@ -4,7 +4,7 @@ #include #include -/* Marcov class. +/* Markov chain class. T: Element type ORDER: Prefix length. A markov chain of order n uses n elements to give a probability for the next element