Skip to content

Commit 30fc4e3

Browse files
committed
Update
1 parent 6396722 commit 30fc4e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/generics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ package com.business.coreRT.events {
4949
- `Event(T, type)` yields the name-type pair of an event.
5050
- `Event(T, object)` ensures event creation is correct by analyzing the `new E(type, ...)` expression.
5151

52-
> **Note**: The constraint's `name` field yields the `String` type, but its purpose is for auto completion in integrated development environments.
52+
> **Note**: The `Event(T, type)` constraint's `name` field yields the `String` type, but its purpose is for auto completion in integrated development environments.

0 commit comments

Comments
 (0)