Original PR: https://github.com/apple/pkl/pull/956 Author: @romacafe Created: 2/14/2025 Status: ✅ Merged Merged: 2/14/2025 Merged by: @bioball
Base: main ← Head: case/docs
main
case/docs
29b6162
4a2cf4f
1 file changed (+2 additions, -2 deletions)
📝 docs/modules/language-reference/pages/index.adoc (+2 -2)
docs/modules/language-reference/pages/index.adoc
Found a mistake in the glob pattern documentation: https://pkl-lang.org/main/current/language-reference/index.html#examples
*.pc[lf] -- Anything suffixed by .pkl or .pcf
*.pc[lf]
.pkl
.pcf
Changed the pattern to *.pk[lg], matching .pkl and .pkg
*.pk[lg]
.pkg
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/apple/pkl/pull/956
Author: @romacafe
Created: 2/14/2025
Status: ✅ Merged
Merged: 2/14/2025
Merged by: @bioball
Base:
main← Head:case/docs📝 Commits (2)
29b6162Fix 'pcl' reference in docs4a2cf4fCorrect glob docs and use realistic file extensions📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
docs/modules/language-reference/pages/index.adoc(+2 -2)📄 Description
Found a mistake in the glob pattern documentation: https://pkl-lang.org/main/current/language-reference/index.html#examples
Changed the pattern to
*.pk[lg], matching.pkland.pkg🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.