[PR #82] [MERGED] fix concat operator and string typo #404

Closed
opened 2025-12-30 01:24:19 +01:00 by adam · 0 comments
Owner

📋 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: mainHead: patch-2


📝 Commits (1)

  • dabee72 fix 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.

## 📋 Pull Request Information **Original PR:** https://github.com/apple/pkl/pull/82 **Author:** [@lanzafame](https://github.com/lanzafame) **Created:** 2/7/2024 **Status:** ✅ Merged **Merged:** 2/7/2024 **Merged by:** [@holzensp](https://github.com/holzensp) **Base:** `main` ← **Head:** `patch-2` --- ### 📝 Commits (1) - [`dabee72`](https://github.com/apple/pkl/commit/dabee72839cee241981f493e19a363182178cca5) fix concat operator and string typo ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `docs/modules/pkl-cli/pages/index.adoc` (+3 -3) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-30 01:24:19 +01:00
adam closed this issue 2025-12-30 01:24:19 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pkl#404