From 533a29edee53ac8e568170e4b86cc6c408b5d0a0 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Wed, 8 Dec 2021 14:02:30 -0800 Subject: [PATCH] website: Shorter heading for the nullable = false variable argument This makes it match some incoming links we have elsewhere, but also it makes the heading a bit more consice because "module" isn't really adding anything here anyway: input variables are _always_ in modules. --- website/docs/language/values/variables.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/language/values/variables.html.md b/website/docs/language/values/variables.html.md index a983192be..858ed298f 100644 --- a/website/docs/language/values/variables.html.md +++ b/website/docs/language/values/variables.html.md @@ -304,7 +304,7 @@ random_pet.animal: Creating... random_pet.animal: Creation complete after 0s [id=jae-known-mongoose] ``` -### Disallowing null Module Input Values +### Disallowing Null Input Values [inpage-nullable]: #disallowing-null-input-values