소스 검색

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

Changed prompt() to public
Michael Mächtel 8 년 전
부모
커밋
894d9c7329
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      hw6/task2/README.md

+ 1
- 1
hw6/task2/README.md 파일 보기

@@ -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…
취소
저장