This commit is contained in:
Jonathan Halmen
2021-11-05 17:37:12 +01:00
parent 29d32bfa79
commit f8b8531930
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,
};