Skip to content

Commit

Permalink
"voicevox_core内で" → "Rust APIクレート内で"
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Nov 15, 2023
1 parent 9417992 commit 1655719
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/voicevox_core_macros/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ mod inference_domain;

use syn::parse_macro_input;

/// `voicevox_core`内で、`crate::infer::InferenceDomain`を実装する。
/// Rust APIクレート内で、`crate::infer::InferenceDomain`を実装する。
///
/// # Example
///
Expand Down Expand Up @@ -49,7 +49,7 @@ pub fn derive_inference_operation(input: proc_macro::TokenStream) -> proc_macro:
from_syn(inference_domain::derive_inference_operation(input))
}

/// `voicevox_core`内で、`crate::infer::InferenceInputSignature`を実装する。
/// Rust APIクレート内で、`crate::infer::InferenceInputSignature`を実装する。
///
/// # Example
///
Expand All @@ -72,7 +72,7 @@ pub fn derive_inference_input_signature(input: proc_macro::TokenStream) -> proc_
from_syn(inference_domain::derive_inference_input_signature(input))
}

/// `voicevox_core`内で、`crate::infer::InferenceInputSignature`を実装する。
/// Rust APIクレート内で、`crate::infer::InferenceInputSignature`を実装する。
///
/// # Example
///
Expand Down

0 comments on commit 1655719

Please sign in to comment.