From 074714f62b19b09106e8fd9c4ab0c8c1aaca34c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Vavru=C5=A1a?= <marek.vavrusa@nic.cz> Date: Wed, 18 Mar 2015 13:45:17 +0100 Subject: [PATCH] modules/doc: fixed typos (Go) --- modules/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/README.md b/modules/README.md index a7b756e78..a2937b267 100644 --- a/modules/README.md +++ b/modules/README.md @@ -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 } -- GitLab