Fix accidentally lowercased shortcode

This commit is contained in:
Danila Fedorin 2023-05-14 21:23:22 -07:00
parent 2bd776ec55
commit 54dccdbc7d
1 changed files with 1 additions and 1 deletions

View File

@ -614,7 +614,7 @@ flags as a field `found`, which will be one of two things: either a
`NotSet` sentinel value, representing a scope that hasn't been searched
yet. The Alloy code:
{{< codelines "alloy" "dyno-alloy/dynoalloy.als" 21 23 >}}
{{< codelines "alloy" "dyno-alloy/DynoAlloy.als" 21 23 >}}
The `NotSet` sentinel value is defined in a very simple way: