Skip to content

Commit

Permalink
Update Sprintln.md
Browse files Browse the repository at this point in the history
update
  • Loading branch information
hlife committed Mar 10, 2013
1 parent 2a2c721 commit 0bc484c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fmt/Sprintln.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

功能说明:

这个函数主要是用来根据说明格式字符串和参数表生成一个打印字符串并带换行
这个函数主要是用来根据默认格式字符串和参数表生成一个打印字符串并带换行

代码实例:

Expand All @@ -19,5 +19,5 @@
import "fmt"

func main() {
fmt.Sprintln("格式打印出字符串并带换行!")
fmt.Sprintln("默认格式打印出字符串并带换行!")
}

0 comments on commit 0bc484c

Please sign in to comment.