From 686e106b7a93df62ef2f4caa9f9e29f632e8fe72 Mon Sep 17 00:00:00 2001 From: Pierre De Lancre Date: Thu, 25 Jun 2026 05:56:16 +0300 Subject: [PATCH] fix more --- content/posts/blog-why.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/posts/blog-why.md b/content/posts/blog-why.md index 56c3261..a575381 100644 --- a/content/posts/blog-why.md +++ b/content/posts/blog-why.md @@ -53,8 +53,8 @@ SET NODE Pierre.alias = "Pierre De Lancre" SET NODE Pierre.birthYear = 2000 LET Bond = CREATE EDGE Authorship WITH Pierre Blog -SET Bond.dateStart = 1782305654 -SET Bond.reason = "Discussion" +SET EDGE Bond.dateStart = 1782305654 +SET EDGE Bond.reason = "Discussion" END_TICK ```