Skip to content

Commit 098ff0b

Browse files
Fixed code highlight
1 parent b24a198 commit 098ff0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/pages/intermediate/databases-and-orms.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ This is because [expression trees](https://learn.microsoft.com/en-us/dotnet/csha
189189
<CodeSplitter>
190190
<template #left>
191191

192-
```ts
192+
```ts{3,8,15,20,29,35,36}
193193
// 📄 schema.prisma
194194
// 🏃‍♀️ Runners
195195
model Runner {
@@ -240,7 +240,7 @@ model RaceResult {
240240
</template>
241241
<template #right>
242242

243-
```csharp{3,4,15,21-24,29,35-38,46,49,50}
243+
```csharp{3,4,10,17-20,24,31-35,42,45,46}
244244
public class Database(DbConfig config) : DbContext {
245245
// 👇 These two define our schema
246246
public DbSet<Runner> Runners { get; set; } = null!;

0 commit comments

Comments
 (0)