From e61f27cc6399addacc4e33c6525678cae3fffd12 Mon Sep 17 00:00:00 2001 From: "J. Lewis Muir" Date: Mon, 31 Mar 2025 12:37:43 -0500 Subject: [PATCH] Fix README.md typo: s/cannel/channel/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b17b40..fb4d244 100644 --- a/README.md +++ b/README.md @@ -292,7 +292,7 @@ future2.get(); // this will return a status object that can be queried if put wa ``` ### Metadata -If you want to retrieve more metadata besides the value from the channel you can request this by specifying the type of metadata with the get call. For example if you also want to get the value modification/update time besides the value from the cannel use: +If you want to retrieve more metadata besides the value from the channel you can request this by specifying the type of metadata with the get call. For example if you also want to get the value modification/update time besides the value from the channel use: ``` channel.get(Timestamped.class)