fix typo monte carlo tutorial (#1377) [no ci]

closes #1377
This commit is contained in:
William Zijie Zhang 2022-10-31 06:35:35 -04:00 committed by GitHub
parent d0511e8fb9
commit f8acca0f34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -416,7 +416,7 @@ trick.stop(15)
```
### Simulation Definition
The last the we need to do is modify our simulation definition file and add the two new Trick jobs. As you can see, we have added a new library dependency, a new ## inclusion, and two new constructor jobs.
The last thing that we need to do is modify our simulation definition file and add the two new Trick jobs. As you can see, we have added a new library dependency, a new ## inclusion, and two new constructor jobs.
```C++
/*
PURPOSE: Monte tutorial simulation definition.