Skip to content

Commit a3a457f

Browse files
Update description.md (#36240)
Fixed a typo in the import path for the Go example code snippit.
1 parent 7a4548f commit a3a457f

File tree

1 file changed

+1
-1
lines changed
  • learning/tour-of-beam/learning-content/common-transforms/filter

1 file changed

+1
-1
lines changed

learning/tour-of-beam/learning-content/common-transforms/filter/description.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ limitations under the License.
1717
{{if (eq .Sdk "go")}}
1818
```
1919
import (
20-
"github.com/apache/fbeam/sdks/go/pkg/beam"
20+
"github.com/apache/beam/sdks/go/pkg/beam"
2121
"github.com/apache/beam/sdks/go/pkg/beam/transforms/filter"
2222
)
2323

0 commit comments

Comments
 (0)