Write "e.g." correctly
This commit is contained in:
parent
53250ccdcb
commit
3f63221594
2 changed files with 2 additions and 2 deletions
|
|
@ -34,7 +34,7 @@ Procedure when bumping the version number:
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Non-export info is now printed to stderr instead of stdout
|
- Non-export info is now printed to stderr instead of stdout
|
||||||
- Recognizes links without scheme (e. g. `euphoria.io` instead of `https://euphoria.io`)
|
- Recognizes links without scheme (e.g. `euphoria.io` instead of `https://euphoria.io`)
|
||||||
- Rooms waiting for reconnect are no longer sorted to bottom in default sort order
|
- Rooms waiting for reconnect are no longer sorted to bottom in default sort order
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
// TODO Stop if room does not exist (e. g. 404)
|
// TODO Stop if room does not exist (e.g. 404)
|
||||||
|
|
||||||
use std::convert::Infallible;
|
use std::convert::Infallible;
|
||||||
use std::time::Duration;
|
use std::time::Duration;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue