mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 22:30:54 +01:00
[PR #82] [MERGED] fix concat operator and string typo #404
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/apple/pkl/pull/82
Author: @lanzafame
Created: 2/7/2024
Status: ✅ Merged
Merged: 2/7/2024
Merged by: @holzensp
Base:
main← Head:patch-2📝 Commits (1)
dabee72fix concat operator and string typo📊 Changes
1 file changed (+3 additions, -3 deletions)
View changed files
📝
docs/modules/pkl-cli/pages/index.adoc(+3 -3)📄 Description
Based on the Language Reference concatenation example,
To concatenate strings, use the + (plus) operator, as in "abc" + "def" + "ghi".. I double checked the lang ref for a+=operator and it doesn't appear to be defined.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.