summaryrefslogtreecommitdiff
path: root/absl/types/internal/span.h
diff options
context:
space:
mode:
Diffstat (limited to 'absl/types/internal/span.h')
-rw-r--r--absl/types/internal/span.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/types/internal/span.h b/absl/types/internal/span.h
index a196362a..ab89ba3c 100644
--- a/absl/types/internal/span.h
+++ b/absl/types/internal/span.h
@@ -125,7 +125,7 @@ struct IsView<
};
// These enablers result in 'int' so they can be used as typenames or defaults
-// in template paramters lists.
+// in template parameters lists.
template <typename T>
using EnableIfIsView = std::enable_if_t<IsView<T>::value, int>;