We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_select
1 parent 32f9fa6 commit 79531a0Copy full SHA for 79531a0
src/frequenz/channels/_select.py
@@ -13,7 +13,7 @@
13
receivers as they receive new values.
14
15
It yields a [`Selected`][frequenz.channels.Selected] object that will tell you the
16
-source of the received message. To make sure the received value is *casted* to the
+source of the received message. To make sure the received value is *cast* to the
17
correct type, you need to use the [`selected_from()`][frequenz.channels.selected_from]
18
function to check the source of the message, and the
19
[`value`][frequenz.channels.Selected.value] attribute to access the message:
0 commit comments