Enhance wording

Co-authored-by: Joshua Nelson <joshua@yottadb.com>
This commit is contained in:
Denis Vasilik 2020-09-01 18:16:34 +02:00 committed by GitHub
parent 9c7fb6c447
commit b639cb1e46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ impl fmt::Display for PanicInfo<'_> {
/// A struct containing information about the location of a panic.
///
/// This structure is created by the [`PanicInfo::location`] method of [`PanicInfo`].
/// This structure is created by [`PanicInfo::location()`].
///
/// # Examples
///