Skip to content

Commit f8c833f

Browse files
committed
remove easily
1 parent ca2cbf0 commit f8c833f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rbx_reflection_database/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Contains an API to get a Roblox reflection database using the types from [`rbx_r
88

99
The general way this crate should be used is via `get`. This method will search for a locally stored reflection database and return it if it's found. If it isn't, it will instead return the bundled one. The details for where it searches are below.
1010

11-
Additionally, this crate exposes `get_local` and `get_bundled` for easily only loading the locally stored database or only the bundled one respectively.
11+
Additionally, this crate exposes `get_local` and `get_bundled` for only loading the locally stored database or only the bundled one respectively.
1212

1313
## Local Details
1414

rbx_reflection_database/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
//! found. If it isn't, it will instead return the bundled one.
99
//!
1010
//! Additionally, this crate exposes [`get_local`] and [`get_bundled`] for
11-
//! easily only loading the locally stored database or only the bundled one
11+
//! only loading the locally stored database or only the bundled one
1212
//! respectively.
1313
//!
1414
//! ## Local Details

0 commit comments

Comments
 (0)