Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 4. Projects/1. CLI/Problem/Stage 2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ __NOTE 1:__ Status needs to implement the `Display` trait so it can be printed t
* OPEN -> "OPEN"
* InProgress -> "IN PROGRESS"
* Resolved -> "RESOLVED"
* Closed -> "Closed"
* Closed -> "CLOSED"

__NOTE 2:__ `page_helpers.rs` contains a function called `get_column_string()` which is used to confine text to a specific character width. A dependency called `ellipse` was added to help accomplish this. Use the `truncate_ellipse()` function from the `ellipse` crate to implement `get_column_string()`.

Expand Down