From 3c2a45a772a12d91c71b670470bdc693f783ae0f Mon Sep 17 00:00:00 2001 From: Jet Hughes Date: Thu, 3 Nov 2022 15:03:39 +1300 Subject: [PATCH] vault backup: 2022-11-03 15:03:39 --- content/notes/11-struct-and-union.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/notes/11-struct-and-union.md b/content/notes/11-struct-and-union.md index 249a7ffd3..b5f6c4c98 100644 --- a/content/notes/11-struct-and-union.md +++ b/content/notes/11-struct-and-union.md @@ -22,7 +22,7 @@ struct { } ; struct point_2d { - double x; + double x;e double y; } point; ```