Skip to content

Commit 779acb2

Browse files
committed
Merge remote-tracking branch 'origin/master' into dev
2 parents 8cbdbfc + 82134bd commit 779acb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/commonMain/src/kotlinx/serialization/SerialFormat.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import kotlinx.serialization.modules.*
2424
* `SerialFormat` interface is not stable for inheritance in 3rd party libraries, as new methods
2525
* might be added to this interface or contracts of the existing methods can be changed.
2626
*
27-
* It is safe to operate with instances of `BinaryFormat` and call its methods.
27+
* It is safe to operate with instances of `SerialFormat` and call its methods.
2828
*/
2929
@ExperimentalSerializationApi
3030
public interface SerialFormat {

0 commit comments

Comments
 (0)