Ver código fonte

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

Changed prompt() to public
Michael Mächtel 8 anos atrás
pai
commit
894d9c7329
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      hw6/task2/README.md

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

@@ -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
 

Carregando…
Cancelar
Salvar