From 59299b9e1543fda525a45d7e1527e4e18396898c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deleuze?= Date: Tue, 27 May 2025 09:36:21 +0200 Subject: [PATCH] Fix a typo in null-safety.adoc --- framework-docs/modules/ROOT/pages/core/null-safety.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework-docs/modules/ROOT/pages/core/null-safety.adoc b/framework-docs/modules/ROOT/pages/core/null-safety.adoc index 5264259da1..0570259fcd 100644 --- a/framework-docs/modules/ROOT/pages/core/null-safety.adoc +++ b/framework-docs/modules/ROOT/pages/core/null-safety.adoc @@ -43,7 +43,7 @@ The purpose of this section is to share some guidelines proposed for specifying libraries or applications. -[[null-safety-guidelines-jpecify]] +[[null-safety-guidelines-jspecify]] === JSpecify The key points to understand is that by default, the nullness of types is unknown in Java, and that non-null type