Commit 27e07a26 authored by Sanjay Menakuru's avatar Sanjay Menakuru Committed by Rob Pike

os: fix minor typo

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5697051
parent 832dcecc
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
// open file.go: no such file or directory // open file.go: no such file or directory
// //
// The file's data can then be read into a slice of bytes. Read and // The file's data can then be read into a slice of bytes. Read and
// Write take their byte counts from the length of the artument slice. // Write take their byte counts from the length of the argument slice.
// //
// data := make([]byte, 100) // data := make([]byte, 100)
// count, err := file.Read(data) // count, err := file.Read(data)
......
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