Skip to content

Commit

Permalink
Restrict the Base docstrings included in the docs
Browse files Browse the repository at this point in the history
This should resolve the current conflict with the docstrings from Base's
documentation.
  • Loading branch information
tecosaur committed Nov 8, 2023
1 parent 4dee5d9 commit 44f5fd7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ StyledStrings.@styled_str
StyledStrings.Face
StyledStrings.addface!
StyledStrings.SimpleColor
Base.parse
Base.tryparse
Base.merge
Base.parse(::Type{StyledStrings.SimpleColor}, ::String)
Base.tryparse(::Type{StyledStrings.SimpleColor}, ::String)
Base.merge(::StyledStrings.Face, ::StyledStrings.Face)
```

0 comments on commit 44f5fd7

Please sign in to comment.