Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OpenSK
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
koenigl2
OpenSK
Commits
1a337ab9
Commit
1a337ab9
authored
5 years ago
by
Julien Cretin
Browse files
Options
Downloads
Patches
Plain Diff
Fix typos in documentation
parent
4a9cc3ce
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/embedded_flash/store/mod.rs
+3
-3
3 additions, 3 deletions
src/embedded_flash/store/mod.rs
with
3 additions
and
3 deletions
src/embedded_flash/store/mod.rs
+
3
−
3
View file @
1a337ab9
...
@@ -47,7 +47,7 @@
...
@@ -47,7 +47,7 @@
//!
//!
//! The data-structure provides the following properties:
//! The data-structure provides the following properties:
//! - When an operation returns success, then the represented multi-set is updated accordingly. For
//! - When an operation returns success, then the represented multi-set is updated accordingly. For
//! example, an inserted entry can be f
i
nd with alteration until replaced or deleted.
//! example, an inserted entry can be f
ou
nd with
out
alteration until replaced or deleted.
//! - When an operation returns an error, the resulting multi-set state is described in the error
//! - When an operation returns an error, the resulting multi-set state is described in the error
//! documentation.
//! documentation.
//! - When power is lost before an operation returns, the operation will either succeed or be
//! - When power is lost before an operation returns, the operation will either succeed or be
...
@@ -62,8 +62,8 @@
...
@@ -62,8 +62,8 @@
//! (until it is written or its page is erased).
//! (until it is written or its page is erased).
//! - To decide whether a page has been erased, it is enough to test if all its bits are equal to 1.
//! - To decide whether a page has been erased, it is enough to test if all its bits are equal to 1.
//!
//!
//! The properties still hold outside those assumptions but with weaker probabilities as the
usage
//! The properties
may
still hold outside those assumptions but with weaker probabilities as the
//! diverges from the assumptions.
//!
usage
diverges from the assumptions.
//!
//!
//! # Implementation
//! # Implementation
//!
//!
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment