Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 94f1447

Browse files
committed
chore: fix some typos in comments
Signed-off-by: alongdate <[email protected]>
1 parent 346cd52 commit 94f1447

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

file-explorer/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ copyright = "Copyright (c) Jane Doe 2016. All rights reserved."
2525
category = "Developer Tool"
2626
short_description = "An example application."
2727

28-
# This package is not part of the workspace to avoid dependancy resolution issues between dioxus 0.4 and 0.5
28+
# This package is not part of the workspace to avoid dependency resolution issues between dioxus 0.4 and 0.5
2929
[workspace]

image_generator_open_ai/src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* A simple project to inspire e show how to use Framework Dioxus and query OpenAI to gerenate images.*/
1+
/* A simple project to inspire e show how to use Framework Dioxus and query OpenAI to generate images.*/
22
use dioxus::prelude::*;
33
use serde::{Deserialize, Serialize};
44
use serde_json::json;

0 commit comments

Comments
 (0)