From c2cee6d6c236a4499cf31b6e548de272f566c835 Mon Sep 17 00:00:00 2001 From: hvub Date: Wed, 13 Nov 2024 10:49:49 +0100 Subject: [PATCH 1/2] [NOID] show the :: without an irritating space in between --- readme.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.adoc b/readme.adoc index ff8abde0d..50c374130 100644 --- a/readme.adoc +++ b/readme.adoc @@ -127,7 +127,7 @@ You can see the procedure's signature in the output of `CALL apoc.help("name")` CALL apoc.help("dijkstra") ---- -The signature is always `name : : TYPE`, so in this case: +The signature is always `name +::+ TYPE`, so in this case: ---- apoc.algo.dijkstra From 2eadddc8873353c409a8dfde7022d0aca22814d5 Mon Sep 17 00:00:00 2001 From: hvub Date: Wed, 13 Nov 2024 11:10:21 +0100 Subject: [PATCH 2/2] [NOID] Make the section heading appear as such --- readme.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.adoc b/readme.adoc index 50c374130..134492cf4 100644 --- a/readme.adoc +++ b/readme.adoc @@ -305,6 +305,7 @@ With gradle - ./gradlew test Or as normal, click the play button on the test you would like to run. // end::tests[] // tag::codestyle[] + === Applying Code-style ----