Fixed a CA-FR Typo (#8)

Fixed "tabernacle" (the item) being used as a swearword instead of the proper spelling.
This commit is contained in:
Louis Sven Goulet 2021-09-11 12:38:23 -04:00 committed by GitHub
parent 3d67732c59
commit a9687f52d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,7 +61,7 @@ rouille::rouille! {
#[légal(code_inaccessible)]
fonction secondaire() {
merde!("oh non"); // for the true French experience
calisse!("tabernacle"); // for friends speaking fr-ca
calisse!("tabarnak"); // for friends speaking fr-ca
oups!("fetchez la vache"); // in SFW contexts
}
```