Cleanup: Typo in comment

This commit is contained in:
2022-02-24 12:01:22 -05:00
parent cc966c548d
commit f4d80ecdfd
2 changed files with 2 additions and 2 deletions

View File

@@ -667,7 +667,7 @@ template<typename T> class VArrayCommon {
}
/**
* Returns the internally used span of the virtual array. This invokes undefined behavior is the
* Returns the internally used span of the virtual array. This invokes undefined behavior if the
* virtual array is not stored as a span internally.
*/
Span<T> get_internal_span() const

View File

@@ -139,7 +139,7 @@ class GVArrayCommon {
*/
bool is_span() const;
/**
* Returns the internally used span of the virtual array. This invokes undefined behavior is the
* Returns the internally used span of the virtual array. This invokes undefined behavior if the
* virtual array is not stored as a span internally.
*/
GSpan get_internal_span() const;