Explorar el Código

Merge pull request #29 from htwg-syslab-bsys-ws17/hw6_prompt_mustbe_public

Changed prompt() to public
Michael Mächtel hace 8 años
padre
commit
894d9c7329
No account linked to committer's email address
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      hw6/task2/README.md

+ 1
- 1
hw6/task2/README.md Ver fichero

@@ -85,7 +85,7 @@ Die Basis Loop einer Shell haben wir bereits in der Vorlesung besprochen. Die Lo
85 85
 
86 86
 ![Loop](png/shell_loop.png)
87 87
 
88
-#### Private Methode *prompt() -> Result<Option<String>, ...>*
88
+#### Public Methode *prompt() -> Result<Option<String>, ...>*
89 89
 
90 90
 Die Funktion gibt den Namen der Shell, den aktuellen Pfad (siehe `std::env`) sowie das ' >' Zeichen, gefolgt von einem Leerzeichen aus:
91 91
 

Loading…
Cancelar
Guardar