Эх сурвалжийг харах

doc: fix typo in services.md

draoi 2 жил өмнө
parent
commit
1deb70efc5

+ 1 - 1
doc/src/arch/services.md

@@ -147,7 +147,7 @@ pub struct Child {
     // ...
 }
 
-impl ManualSession {
+impl Child {
     pub fn new() -> Arc<Self> {
         Arc::new(Self {
             parent: LazyWeak::new(),