fixup! Swift export: initial version of public documentation
diff --git a/docs/swift-export/architecture.md b/docs/swift-export/architecture.md
index bf9256b..10ca745 100644
--- a/docs/swift-export/architecture.md
+++ b/docs/swift-export/architecture.md
@@ -26,7 +26,7 @@
## Swift export
-Given Objective-C experience, we wanted to try something else in Swift export. Luckily, in 2023, we have more tools at our disposal:
+Given Objective-C experience, we wanted to try something else in Swift export. Luckily, when we started Swift export in 2023, we had more tools at our disposal:
1. Mighty Analysis API. While still a work in progress, Analysis API has a goal of creating a stable public API for Kotlin compiler frontend.
It is developed with the IDE use-case in mind, given that it is used for the K2 IDE plugin.
Moreover, it is suitable for standalone cases (KSP2, Dokka, Kapt 4) as well.
diff --git a/docs/swift-export/language-mapping.md b/docs/swift-export/language-mapping.md
index 04c1222..614f0fb 100644
--- a/docs/swift-export/language-mapping.md
+++ b/docs/swift-export/language-mapping.md
@@ -50,7 +50,7 @@
```
```swift
public class O : KotlinRuntime.KotlinBase {
- public static var shared: Playground.O {
+ public static var shared: O {
get {
...
}