Skip to content

Commit f50f47f

Browse files
authored
Fix Wasm capitalization (swiftlang#2)
Wasm is never written in all uppercase (according to the spec https://webassembly.github.io/spec/core/intro/introduction.html), since Wasm is not an acronym.
1 parent e278f59 commit f50f47f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/nnnn-distributed-actors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1595,7 +1595,7 @@ It would be very natural, and has been considered and ensured that it will be po
15951595
- clustering and messaging protocols for distributed actor systems, e.g. like [Erlang/OTP](https://www.google.com/search?q=erlang) or [Akka Cluster](https://doc.akka.io/docs/akka/current/typed/cluster-concepts.html).
15961596
- [inter-process communication](https://en.wikipedia.org/wiki/Inter-process_communication) protocols, e.g. XPC on Apple platforms or shared-memory.
15971597
- various other RPC-style protocols, e.g. the standard [XML RPC](http://xmlrpc.com), [JSON RPC](https://www.jsonrpc.org/specification) or custom protocols with similar semantics.
1598-
- it should also be possible to communicate with WASM and "Swift in the Browser" using distributed actors and an apropriate websocket transport.
1598+
- it should also be possible to communicate with Wasm and "Swift in the Browser" using distributed actors and an apropriate websocket transport.
15991599
16001600
## Background
16011601

0 commit comments

Comments
 (0)