Commit 96e346e7 authored by Janoš Guljaš's avatar Janoš Guljaš Committed by GitHub

fix comments in soc package (#838)

parent 7e391023
// Copyright 2020 The Swarm Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package soc
var (
......
......@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Package swarm contains most basic and general Swarm concepts.
package soc
import (
......
......@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Package swarm contains most basic and general Swarm concepts.
package soc_test
import (
......
// Copyright 2020 The Swarm Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package soc
import (
......@@ -9,7 +10,7 @@ import (
var _ swarm.Validator = (*Validator)(nil)
// SocVaildator validates that the address of a given chunk
// Validator validates that the address of a given chunk
// is a single-owner chunk.
type Validator struct {
}
......
......@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Package swarm contains most basic and general Swarm concepts.
package soc_test
import (
......
Markdown is supported
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