Skip to content

Commit 97be0b3

Browse files
committed
Fix the var name.
1 parent e2256a0 commit 97be0b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,14 @@ compiler as `go run *.go` so any sources from the snippet directory will be incl
8080
#+ORGTBL: SEND vars orgtbl-to-gfm
8181
| Function name | Description |
8282
|----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
83-
| `go-playground-ask-for-filename` | Ask for the snippet filename on a new playground creation. By default it got name `snippet.go`. |
83+
| `go-playground-ask-filename` | Ask for the snippet filename on a new playground creation. By default it got name `snippet.go`. |
8484
| `go-playground-basedir` | Default directory where snippets dirs will placed. Each new snippet got a new dir under this. It has sense place the default directory under GOPATH. Var introduced in the release 1.1. |
8585
| `go-playground-confirm-deletion` | Ask for confirmation before snippet deletion. It may be annoying so you can switch confirmations off. Var introduced in the release 1.2. |
8686
-->
8787
<!--- BEGIN RECEIVE ORGTBL vars -->
8888
| Function name | Description |
8989
|---|---|
90-
| `go-playground-ask-for-filename` | Ask for the snippet filename on a new playground creation. By default it got name `snippet.go`. |
90+
| `go-playground-ask-filename` | Ask for the snippet filename on a new playground creation. By default it got name `snippet.go`. |
9191
| `go-playground-basedir` | Default directory where snippets dirs will placed. Each new snippet got a new dir under this. It has sense place the default directory under GOPATH. Var introduced in the release 1.1. |
9292
| `go-playground-confirm-deletion` | Ask for confirmation before snippet deletion. It may be annoying so you can switch confirmations off. Var introduced in the release 1.2. |
9393
<!--- END RECEIVE ORGTBL vars -->

0 commit comments

Comments
 (0)