Skip to content
Snippets Groups Projects
Commit 074714f6 authored by Marek Vavruša's avatar Marek Vavruša
Browse files

modules/doc: fixed typos (Go)

parent 4dce7a32
Branches
Tags
No related merge requests found
......@@ -211,7 +211,7 @@ Now we can add the implementations for the `Begin` and `Finish` functions, and f
```go
func Begin(ctx *C.knot_layer_t, param unsafe.Pointer) C.int {
// Save the context
ctx->data = param
ctx.data = param
return 0
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment