Skip to content

Commit 1e0b564

Browse files
authored
Merge pull request #145 from prattmic/patch-1
Fix README.md typos
2 parents 8e26321 + 86a69e5 commit 1e0b564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ $ docker run -it -p 8888:8888 -v /path/to/local/notebooks:/path/to/notebooks/in/
190190
191191
## Limitations
192192
193-
gophernotes uses [gomacro](https://github.com/cosmos72/gomacro) under the hood to evaluate Go code interactively. You can evaluate most any Go code with gomacro, but there are some limitation, which are discussed in further detail [here](https://github.com/cosmos72/gomacro#current-status). Most noteably, gophernotes does NOT support:
193+
gophernotes uses [gomacro](https://github.com/cosmos72/gomacro) under the hood to evaluate Go code interactively. You can evaluate most any Go code with gomacro, but there are some limitations, which are discussed in further detail [here](https://github.com/cosmos72/gomacro#current-status). Most notably, gophernotes does NOT support:
194194
195195
- third party packages when running natively on Windows - This is a current limitation of the Go `plugin` package.
196196
- some corner cases on interpreted interfaces, as interface -> interface type switch and type assertion, are not implemented yet.

0 commit comments

Comments
 (0)