Fix comment
This commit is contained in:
parent
5df81dd464
commit
faba8f6ca0
1 changed files with 2 additions and 2 deletions
|
@ -98,8 +98,8 @@ impl CardApp {
|
|||
|
||||
/// Load "application related data".
|
||||
///
|
||||
/// This data should probably cached in a higher layer, some parts of
|
||||
/// it are needed regularly, and it will not usually change, during
|
||||
/// This data should probably be cached in a higher layer. Some parts of
|
||||
/// it are needed regularly, and it will not usually change during
|
||||
/// normal use of a card.
|
||||
pub fn get_app_data(&mut self) -> Result<ApplicationRelatedData> {
|
||||
let ad = commands::get_application_data();
|
||||
|
|
Loading…
Reference in a new issue