Skip to content

Commit 2627acd

Browse files
authored
Fix link to event struct (#275)
This commit fixes an outdated ref syntax when referencing back to `event` struct.
1 parent 8d06ed0 commit 2627acd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

phases/old/snapshot_0/docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@ Alignment: 2
788788
The peer of this socket has closed or disconnected.
789789

790790
## <a href="#event_fd_readwrite" name="event_fd_readwrite"></a> `event_fd_readwrite`: Struct
791-
The contents of an $event for the [`eventtype::fd_read`](#eventtype.fd_read) and
791+
The contents of an [`event`](#event) for the [`eventtype::fd_read`](#eventtype.fd_read) and
792792
[`eventtype::fd_write`](#eventtype.fd_write) variants
793793

794794
Size: 16

phases/old/snapshot_0/witx/typenames.witx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@
503503
)
504504
)
505505

506-
;;; The contents of an $event for the `eventtype::fd_read` and
506+
;;; The contents of an `event` for the `eventtype::fd_read` and
507507
;;; `eventtype::fd_write` variants
508508
(typename $event_fd_readwrite
509509
(struct

phases/snapshot/docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,7 @@ Alignment: 2
790790
The peer of this socket has closed or disconnected.
791791

792792
## <a href="#event_fd_readwrite" name="event_fd_readwrite"></a> `event_fd_readwrite`: Struct
793-
The contents of an $event when type is [`eventtype::fd_read`](#eventtype.fd_read) or
793+
The contents of an [`event`](#event) when type is [`eventtype::fd_read`](#eventtype.fd_read) or
794794
[`eventtype::fd_write`](#eventtype.fd_write).
795795

796796
Size: 16

phases/snapshot/witx/typenames.witx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@
505505
)
506506
)
507507

508-
;;; The contents of an $event when type is `eventtype::fd_read` or
508+
;;; The contents of an `event` when type is `eventtype::fd_read` or
509509
;;; `eventtype::fd_write`.
510510
(typename $event_fd_readwrite
511511
(struct

0 commit comments

Comments
 (0)