docs: fix minor comment typos (#2027)

This commit is contained in:
Donn Pawelek
2025-06-30 11:20:07 +02:00
committed by GitHub
parent 77b6abccba
commit 1f57e8fd1a
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -189,7 +189,7 @@ pub struct LightClientRpc {
}
impl LightClientRpc {
// Dev note: this would provide a "low leveL" interface if one is needed.
// Dev note: this would provide a "low level" interface if one is needed.
// Do we actually need to provide this, or can we entirely hide Smoldot?
pub(crate) fn new_raw<TPlat, TChain>(
client: impl Into<SharedClient<TPlat, TChain>>,