From ba1fa3adf4ccbf52c8fe3723cbc6fbf4f4699e14 Mon Sep 17 00:00:00 2001 From: Andrew Churchill Date: Sun, 18 May 2025 15:49:47 -0700 Subject: [PATCH] Fix typo in code sample --- fern/03-reference/baml/prompt-syntax/role.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/03-reference/baml/prompt-syntax/role.mdx b/fern/03-reference/baml/prompt-syntax/role.mdx index 1221a87b34..cb8b2548c4 100644 --- a/fern/03-reference/baml/prompt-syntax/role.mdx +++ b/fern/03-reference/baml/prompt-syntax/role.mdx @@ -76,7 +76,7 @@ template_string YouAreA(name: string, job: string) #" function CheckJobPosting(post: string) -> bool { client GPT4o prompt #" - {{ YouAreA("hr admin", "You're role is to ensure every job posting is bias free.") }} + {{ YouAreA("hr admin", "Your role is to ensure every job posting is bias free.") }} {{ post }} "#