Update transaction-script/Readme.md

Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
This commit is contained in:
Ashish Trivedi 2020-08-10 00:24:44 +05:30 committed by GitHub
parent 94c131f7e9
commit 45e416928d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ In plain words
Programmatic example
The Hotel class takes care of booking and cancelling a room in a hotel.
The `Hotel` class takes care of booking and cancelling room reservations.
```java
public class Hotel {