From acba2043c737be5ac78e489e8b43c75c41bdeac9 Mon Sep 17 00:00:00 2001
From: Jan Travnicek <Jan.Travnicek@fit.cvut.cz>
Date: Mon, 4 Feb 2019 13:06:20 +0100
Subject: [PATCH] hmmmmm

---
 alib2algo/src/stringology/transform/BeginToEndIndex.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/alib2algo/src/stringology/transform/BeginToEndIndex.h b/alib2algo/src/stringology/transform/BeginToEndIndex.h
index 2a5dde8031..8ccfa55960 100644
--- a/alib2algo/src/stringology/transform/BeginToEndIndex.h
+++ b/alib2algo/src/stringology/transform/BeginToEndIndex.h
@@ -21,7 +21,7 @@ namespace transform {
 class BeginToEndIndex {
 public:
 	/**
-	 * Transforms a set of occurrences represented by end indexes to set of occurrences representing by start indexes.
+	 * Transforms a set of occurrences represented by begin indexes to set of occurrences representing by end indexes.
 	 *
 	 * \tparam SymbolType the type of symbols in the string
 	 *
-- 
GitLab