Skip to content

Commit b75f14c

Browse files
committed
Fixed version in kdoc
1 parent 4903128 commit b75f14c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/common/src/files/Paths.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public fun Path(base: Path, vararg parts: String): Path {
9999
/**
100100
* Returns [RawSource] for the given file or throws if path is not a file or does not exist
101101
*
102-
* Use of this method is deprecated with warning since kotlinx-io 0.2.3. The method will be removed in 0.3.0.
102+
* Use of this method is deprecated with warning since kotlinx-io 0.2.2. The method will be removed in 0.3.0.
103103
*/
104104
@Deprecated(
105105
message = "Use FileSystem.source instead",
@@ -116,7 +116,7 @@ public fun Path.source(): Source = SystemFileSystem.source(this).buffered()
116116
* Returns [RawSink] for the given path, creates file if it doesn't exist, throws if it's a directory,
117117
* overwrites contents.
118118
*
119-
* Use of this method is deprecated with warning since kotlinx-io 0.2.3. The method will be removed in 0.3.0.
119+
* Use of this method is deprecated with warning since kotlinx-io 0.2.2. The method will be removed in 0.3.0.
120120
*/
121121
@Deprecated(
122122
message = "Use FileSystem.sink instead",

0 commit comments

Comments
 (0)