Explorar el Código

doc: fix typo in services.md

draoi hace 2 años
padre
commit
1deb70efc5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      doc/src/arch/services.md

+ 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(),