mirror of
https://github.com/katanemo/plano.git
synced 2026-06-26 15:39:40 +02:00
chore: fix three typos in README + comment
- README.md L35: image alt text "arcitecture" -> "architecture" - README.md L159: image alt text "Atomatic Tracing" -> "Automatic Tracing" - crates/common/src/api/open_ai.rs L56: comment "requried parameters" -> "required parameters" Doc + comment only.
This commit is contained in:
parent
241a181d3a
commit
5f293e9f6c
2 changed files with 3 additions and 3 deletions
|
|
@ -53,7 +53,7 @@ impl Serialize for FunctionParameters {
|
|||
where
|
||||
S: serde::Serializer,
|
||||
{
|
||||
// select all requried parameters
|
||||
// select all required parameters
|
||||
let required: Vec<&String> = self
|
||||
.properties
|
||||
.iter()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue