Skip to content

Commit 8a4f2ee

Browse files
fix doc comment from "//" to "///" (#2801)
1 parent 3b56acc commit 8a4f2ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/PackageDescription/Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
/// behavioral changes of the existing API.
2626
///
2727
/// **The Minor Version**
28-
//
28+
///
2929
/// Update the second digit of a version, or *minor version*, if you add functionality in a backward-compatible manner.
3030
/// For example, the semantic versioning specification considers adding a new method
3131
/// or type without changing any other API to be backward-compatible.

0 commit comments

Comments
 (0)