Skip to content

Commit d944893

Browse files
committed
Update README.md
1 parent 25d9721 commit d944893

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
@@ -99,7 +99,7 @@ $version = Version::parse("1.0.0-alpha.2+build.1");
9999
echo (string)$version->copy(3) // 3.0.0
100100
echo (string)$version->copy(null, 4) // 1.4.0
101101
echo (string)$version->copy(null, null, 5) // 1.0.5
102-
echo (string)$version->copy(null, null, null, "alpha.4") // 1.0.0-alpha.4
102+
echo (string)$version->copy(null, null, null, "alpha.4") // 1.0.0-alpha.4+build.1
103103
echo (string)$version->copy(null, null, null, null, "build.3") // 1.0.0-alpha.2+build.3
104104
echo (string)$version->copy(3, 4, 5) // 3.4.5-alpha.2+build.1
105105
```

0 commit comments

Comments
 (0)