Skip to content

Commit 967634b

Browse files
authored
Fixed typo
1 parent fd66b27 commit 967634b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

clang-tidy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ We are currently using our own `naming.json` to enforce naming schemes. Also dis
187187

188188
`portability-simd-intrinsics`<br/>
189189

190-
We are not using SIMD instructions and it suggests to use `std::experiemental::` features which might not be commonly available. Also disabled for performance reasons - see https://github.com/llvm/llvm-project/issues/57527#issuecomment-1237935132.
190+
We are not using SIMD instructions and it suggests to use `std::experimental::` features which might not be commonly available. Also disabled for performance reasons - see https://github.com/llvm/llvm-project/issues/57527#issuecomment-1237935132.
191191

192192
`modernize-macro-to-enum`<br/>
193193

0 commit comments

Comments
 (0)