Skip to content

Commit 067b081

Browse files
Change Monty-Hall to Monty Hall in README.md
1 parent 2bd9e8d commit 067b081

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

monty_hall/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Monty-Hall simulator
1+
# Monty Hall simulator
22
This program is a simple simulation of the [Monty Hall problem](https://en.wikipedia.org/wiki/Monty_Hall_problem).
33

44
## Usage
@@ -9,4 +9,4 @@ where the meaning of the parameters are the following:
99
- `switch_choice`: either `t` (true) or `f` (false) to determine whether the user switches his choice or not.
1010

1111
## Motivation
12-
This is my first Rust application which is more complex than the [Guessing game](https://doc.rust-lang.org/book/ch02-00-guessing-game-tutorial.html) in the Rust tutorial. I just heard about the Monty-Hall problem and I really would like to try out, so I created this little program to simulate millions of games in a few seconds.
12+
This is my first Rust application which is more complex than the [Guessing game](https://doc.rust-lang.org/book/ch02-00-guessing-game-tutorial.html) in the Rust tutorial. I just heard about the Monty Hall problem and I really would like to try out, so I created this little program to simulate millions of games in a few seconds.

0 commit comments

Comments
 (0)