Skip to content

Commit 9d770bf

Browse files
committed
Update
1 parent 43bda5f commit 9d770bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/advanced/deepcopy/gob_deepcopy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ func GobDeepCopy() error {
2828
// 以下は encoding/gob を利用した方法
2929
//
3030
// gobは、Go言語で表現される型のほどんどに対応しているが、以下の型は対応していない。
31-
// - 関数型 (func)
31+
// - 関数型 (func)
3232
// - チャネル型(chan)
3333
// - エクスポートされていないフィールド
3434
// 上記の型の場合、定義されていても無視される。

0 commit comments

Comments
 (0)