Write "e.g." correctly

This commit is contained in:
Joscha 2023-04-11 23:10:49 +02:00
parent 53250ccdcb
commit 3f63221594
2 changed files with 2 additions and 2 deletions

View file

@ -34,7 +34,7 @@ Procedure when bumping the version number:
### Changed
- 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
### Fixed

View file

@ -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::time::Duration;