Skip to content

Commit 568dcfb

Browse files
committed
Use codespell v2.3.0
1 parent 93a72ce commit 568dcfb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ repos:
3333
- id: markdownlint
3434

3535
- repo: https://github.com/codespell-project/codespell
36-
rev: v2.1.0
36+
rev: v2.3.0
3737
hooks:
3838
- id: codespell
3939
files: ^.*\.(cmake|cpp|hpp|txt|md|json|in|yaml|yml)$

include/beman/inplace_vector/inplace_vector.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ class inplace_vector : public inplace_vector_base<T, Capacity> {
565565
for (; this->size() != Capacity && first != last; ++first) {
566566
emplace_back(*first);
567567
}
568-
return frist;
568+
return first;
569569
}
570570
*/
571571

0 commit comments

Comments
 (0)