Skip to content

Commit c0431c6

Browse files
authored
Fix typo
github -> GitHub
1 parent 59f66e8 commit c0431c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/safeint/safeint-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ There are two options to customize the error policy. The first option is to set
224224
**Header:** SafeInt.hpp
225225
> [!NOTE]
226226
> The latest version of this library is located at [https://github.com/dcleblanc/SafeInt](https://github.com/dcleblanc/SafeInt). Clone the library and include SafeInt.hpp to use the SafeInt library.
227-
> Prefer this github repo to <safeint.h>. it's a modern version of <safeint.h> that includes a small number of bug fixes, uses modern features of C++ resulting in more efficient code, and is portable to any platform using gcc, clang, or Intel compilers.
227+
> Prefer this GitHub repo to <safeint.h>. it's a modern version of <safeint.h> that includes a small number of bug fixes, uses modern features of C++ resulting in more efficient code, and is portable to any platform using gcc, clang, or Intel compilers.
228228
229229
### Example
230230

0 commit comments

Comments
 (0)