From 8f0f8bf29433dd27d352fa6c15defdcdcf8dc4f3 Mon Sep 17 00:00:00 2001 From: Robert Schulze Date: Wed, 21 Feb 2024 11:54:20 +0000 Subject: [PATCH] Fix typo --- src/Functions/array/arrayDotProduct.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Functions/array/arrayDotProduct.cpp b/src/Functions/array/arrayDotProduct.cpp index 12b2ce428ee..6c615a058c3 100644 --- a/src/Functions/array/arrayDotProduct.cpp +++ b/src/Functions/array/arrayDotProduct.cpp @@ -130,7 +130,7 @@ struct DotProduct /// The implementation is modeled after the implementation of distance functions arrayL1Distance, arrayL2Distance, etc. -/// The main difference is that arrayDotProduct() interfers the result type differently. +/// The main difference is that arrayDotProduct() interferes the result type differently. template class FunctionArrayScalarProduct : public IFunction {