Browse Source

Fix a typo in null-safety.adoc

pull/34953/head
Sébastien Deleuze 7 months ago
parent
commit
59299b9e15
  1. 2
      framework-docs/modules/ROOT/pages/core/null-safety.adoc

2
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. libraries or applications.
[[null-safety-guidelines-jpecify]] [[null-safety-guidelines-jspecify]]
=== JSpecify === JSpecify
The key points to understand is that by default, the nullness of types is unknown in Java, and that non-null type The key points to understand is that by default, the nullness of types is unknown in Java, and that non-null type

Loading…
Cancel
Save