Skip to content

Commit

Permalink
Replace (incorrect) reference to private DEFAULT_SEARCH_PATH constant.
Browse files Browse the repository at this point in the history
  • Loading branch information
philr committed Dec 16, 2023
1 parent 9953fc0 commit 7b5c92f
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 @@ -18,8 +18,8 @@ TZInfo requires a source of time zone data. There are two options:

By default, TZInfo will attempt to use TZInfo::Data. If TZInfo::Data is not
available (i.e. if `require 'tzinfo/data'` fails), then TZInfo will search for a
zoneinfo directory instead (using the search path specified by
`TZInfo::ZoneinfoDataSource::DEFAULT_SEARCH_PATH`).
zoneinfo directory instead (by checking the directories specified by
`TZInfo::DataSources::ZoneinfoDataSource.search_path` in turn).

If no data source can be found, a `TZInfo::DataSourceNotFound` exception will be
raised when TZInfo is used. Further information is available
Expand Down

0 comments on commit 7b5c92f

Please sign in to comment.