mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Merge pull request #31841 from koki-develop/startsswith-to-startswith
fixed typo: `startsswith` -> `startswith`
This commit is contained in:
commit
6381fdd8fd
@ -1,5 +1,5 @@
|
||||
---
|
||||
page_title: startsswith - Functions - Configuration Language
|
||||
page_title: startswith - Functions - Configuration Language
|
||||
description: |-
|
||||
The startswith function takes two values: a string to check and a prefix string. It returns true if the string begins with that exact prefix.
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user