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

@ -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;