This commit is contained in:
Jonathan Halmen 2021-11-05 17:37:12 +01:00
parent 88886a37d9
commit f6de68a1f2
10 changed files with 20 additions and 20 deletions

View file

@ -50,7 +50,7 @@ pub fn main() void {
//
// Luckily, the 'length' field makes it possible to still
// work with this value.
const foo = WeirdContainer {
const foo = WeirdContainer{
.data = "Weird Data!",
.length = 11,
};