Skip to content

Commit 82134bd

Browse files
authored
Fix SerialFormat doc: Change BinaryFormat to SerialFormat (#1656)
1 parent d3288f2 commit 82134bd

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)