Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve comment. #49

Merged
merged 1 commit into from
Jan 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/certificate-roots.toit
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ The most common use-case is to install the common trusted roots
the $install-all-trusted-roots method.

If you want to minimize the size of the program and memory, you can also
selectively install individual roots by calling `install` on them.
selectively install individual roots by calling 'install' on them.

Some APIs also accept a list of root certificates, but installing roots
globally is typically more convenient.
for the whole process is typically more convenient.

# Examples
Install all common trusted roots when the program starts:
Expand Down
4 changes: 2 additions & 2 deletions tools/to_toit_source.toit
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,10 @@ main args/List:
the \$install-all-trusted-roots method.

If you want to minimize the size of the program and memory, you can also
selectively install individual roots by calling `install` on them.
selectively install individual roots by calling 'install' on them.

Some APIs also accept a list of root certificates, but installing roots
globally is typically more convenient.
for the whole process is typically more convenient.

# Examples
Install all common trusted roots when the program starts:
Expand Down
Loading