Skip to content

Commit c537259

Browse files
authored
Update README.md
1 parent c7628c4 commit c537259

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
@@ -295,7 +295,7 @@ julia> SumTypes.show_sumtype(io::IO, ::MIME"text/plain", x::Fruit2) = @cases x b
295295
julia> apple
296296
apple!
297297
```
298-
If you overload `Base.show** directly inside a package, you might get annoying method deletion warnings during pre-compilation.
298+
If you overload `Base.show` directly inside a package, you might get annoying method deletion warnings during pre-compilation.
299299

300300
</details>
301301

0 commit comments

Comments
 (0)