Skip to content

Commit

Permalink
Interfaces are no longer subject to change
Browse files Browse the repository at this point in the history
  • Loading branch information
lauzadis committed Sep 12, 2023
1 parent c236d00 commit c8761e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

Smithy code generators for Kotlin.

**WARNING: All interfaces are subject to change.**

[![License][apache-badge]][apache-url]

[apache-badge]: https://img.shields.io/badge/License-Apache%202.0-blue.svg
Expand Down
5 changes: 2 additions & 3 deletions docs/design/binary-streaming.md
Original file line number Diff line number Diff line change
Expand Up @@ -418,8 +418,7 @@ suspend fun ByteStream.toFile(..) {...}



The `SdkByteReadChannel` interface is given below and represents an abstract channel to read bytes from, it's definition is subject to change:

The `SdkByteReadChannel` interface is given below and represents an abstract channel to read bytes from:

```kotlin
/**
Expand Down Expand Up @@ -475,7 +474,7 @@ public interface SdkByteReadChannel {

```

The `SdkSource` interface is given below and represents an abstract source to read bytes from, it's definition is subject to change:
The `SdkSource` interface is given below and represents an abstract source to read bytes from:

```kotlin
/**
Expand Down

0 comments on commit c8761e7

Please sign in to comment.