Skip to content

Commit

Permalink
Merge pull request #838 from kunaltyagi/patch-1
Browse files Browse the repository at this point in the history
Fix spelling error in docs
  • Loading branch information
JordanMaples committed Jan 17, 2020
2 parents 888b9b9 + 26a68c8 commit d976d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/gsl/span
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

// GCC 7 does not like the signed unsigned missmatch (size_t ptrdiff_t)
// While there is a conversion from signed to unsigned, it happens at
// compiletime, so the compiler wouldn't have to warn indiscriminently, but
// compiletime, so the compiler wouldn't have to warn indiscriminately, but
// could check if the source value actually doesn't fit into the target type
// and only warn in those cases.
#if defined(__GNUC__) && __GNUC__ > 6
Expand Down

0 comments on commit d976d41

Please sign in to comment.