Skip to content

Commit

Permalink
Fix typo in README.md (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
rikhuijzer authored Sep 8, 2021
1 parent 2571596 commit 31b603a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ julia> using Pkg; Pkg.add("WeakRefStrings")

## Project Status

The package is tested against Julia `0.6` and nightly on Linux, OS X, and Windows.
The package is tested against Julia `1.6` and `nightly` on Linux, OS X, and Windows.

## Contributing and Questions

Expand All @@ -35,4 +35,4 @@ Contributions are very welcome, as are feature requests and suggestions. Please

Usage of `WeakRefString`s is discouraged for general users. Currently, a `WeakRefString` purposely _does not_ implement many Base Julia String interface methods due to many recent changes to Julia's builtin String interface, as well as the complexity to do so correctly. As such, `WeakRefString`s are used primarily in the data ecosystem as an IO optimization and nothing more. Upon indexing a `WeakRefStringArray`, a proper Julia `String` type is materialized for safe, correct string processing. In the future, it may be possible to implement safe operations on `WeakRefString` itself, but for now, they must be converted to a `String` for any real work.

Additional documentation is available at the REPL for `?WeakRefStringArray` and `?WeakRefString`.
Additional documentation is available at the REPL for `?WeakRefStringArray` and `?WeakRefString`.

0 comments on commit 31b603a

Please sign in to comment.