Skip to content

Commit 7a3e0ff

Browse files
committed
Fix typo
1 parent ee172c6 commit 7a3e0ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ void example(std::array<float,3>& arr)
105105
```
106106
107107
## Single header implementation
108-
A single header implementation is available which allows experimenting with the sorting networks on [****godbolt](https://godbolt.org/z/69WMqMY3c).
108+
A single header implementation is available which allows experimenting with the sorting networks on [godbolt](https://godbolt.org/z/69WMqMY3c).
109109
110110
## Requirements
111111
A compiler with C++17 support

0 commit comments

Comments
 (0)