Skip to content

Commit 6afa7a1

Browse files
Fixed code highlight
1 parent 098ff0b commit 6afa7a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ model RaceResult {
240240
</template>
241241
<template #right>
242242

243-
```csharp{3,4,10,17-20,24,31-35,42,45,46}
243+
```csharp{3,4,11,17-20,25,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)