Skip to content

Commit 0594ffa

Browse files
Doc update for 2.0.1
1 parent f82dd49 commit 0594ffa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs-sources/art-lang/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -492,8 +492,8 @@ capsule Server {
492492
};
493493
```
494494

495-
### Notification Port
496-
Every protocol contains two implicit events `rtBound` and `rtUnbound`. A port can choose to receive those events whenever a connection for the port is established (rtBound) or dropped (rtUnbound) at run-time. Declare a port as a notification port to receive these events.
495+
### Notifying Port
496+
Every protocol contains two implicit events `rtBound` and `rtUnbound`. A port can receive those events whenever a connection for the port is established (rtBound) or dropped (rtUnbound) at run-time. Declare the port as notifying to receive these events.
497497

498498
``` art
499499
capsule Server {

0 commit comments

Comments
 (0)