diff --git a/src/mlpack/methods/ann/layer/layer_norm.hpp b/src/mlpack/methods/ann/layer/layer_norm.hpp index 4305455010..272f83e961 100644 --- a/src/mlpack/methods/ann/layer/layer_norm.hpp +++ b/src/mlpack/methods/ann/layer/layer_norm.hpp @@ -153,7 +153,7 @@ class LayerNormType : public Layer //! Locally-stored epsilon value. double eps; - // cached size for the normalization + // Cached size for the normalization. size_t size; //! Locally-stored scale parameter.