Skip to content

Commit e67b603

Browse files
committed
Add a missing question mark in the FAQ
1 parent 520670d commit e67b603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

semver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ modification depends on whether you updated your dependencies in order to fix
286286
a bug or introduce new functionality. I would usually expect additional code
287287
for the latter instance, in which case it's obviously a minor level increment.
288288

289-
### What if I inadvertently alter the public API in a way that is not compliant with the version number change (i.e. the code incorrectly introduces a major breaking change in a patch release)
289+
### What if I inadvertently alter the public API in a way that is not compliant with the version number change (i.e. the code incorrectly introduces a major breaking change in a patch release)?
290290

291291
Use your best judgment. If you have a huge audience that will be drastically
292292
impacted by changing the behavior back to what the public API intended, then

0 commit comments

Comments
 (0)