Skip to content

Commit 664cd67

Browse files
committed
typo
1 parent eba3435 commit 664cd67

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/go-yaml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Go YAML
22

3-
Tests: [patch/yaml_compat_test.go](patch/yaml_compat_test.go)
3+
Tests: [patch/yaml_compat_test.go](../patch/yaml_compat_test.go)
44

55
- Use `!!str ""` instead of `""`

patch/yaml_compat_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010

1111
var _ = Describe("YAML compatibility", func() {
1212
Describe("empty string", func() {
13-
It("[WORKAROUND] works serializing empty strings", func() {
13+
It("[WORKAROUND] works deserializing empty strings", func() {
1414
str := `
1515
- type: replace
1616
path: /instance_groups/name=cloud_controller/instances
@@ -26,7 +26,7 @@ var _ = Describe("YAML compatibility", func() {
2626
Expect((*val).(string)).To(Equal(""))
2727
})
2828

29-
It("[PORBLEM] does not works serializing empty strings", func() {
29+
It("[PORBLEM] does not work deserializing empty strings", func() {
3030
str := `
3131
- type: replace
3232
path: /instance_groups/name=cloud_controller/instances

0 commit comments

Comments
 (0)