From f17957c31d5d57a4d569b8d883cbf65cf2900ec7 Mon Sep 17 00:00:00 2001 From: Christian Igel Date: Tue, 21 May 2024 18:07:25 +0200 Subject: [PATCH] typo --- include/shark/Data/DataView.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/shark/Data/DataView.h b/include/shark/Data/DataView.h index fcc6f3192..7cc558f54 100644 --- a/include/shark/Data/DataView.h +++ b/include/shark/Data/DataView.h @@ -245,7 +245,7 @@ class DataView * @{ */ -/// \brief creates a subset of a DataView with elements indexed by indices +/// \brief Creates a subset of a DataView with elements indexed by indices /// /// \param view the view for which the subset is to be created /// \param indizes the index of the elements to be stored in the view