Skip to content

Commit 796cdfd

Browse files
authored
Added missing comma (Azure#18585)
Added missing comma to the **Get a configuration setting** sample
1 parent a83cc8c commit 796cdfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/data/azappconfig/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ func ExampleGetConfigurationSetting() {
142142
// Get configuration setting
143143
resp, err := client.GetSetting(
144144
context.TODO(),
145-
"key"
145+
"key",
146146
&azappconfig.GetSettingOptions{
147147
Label: to.Ptr("label")
148148
})

0 commit comments

Comments
 (0)