Skip to content

Commit 340109c

Browse files
committed
Fix typos
1 parent 12df4d1 commit 340109c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

src/SQLite.cs

+4-4
Original file line numberDiff line numberDiff line change
@@ -954,7 +954,7 @@ public CreateTableResult CreateTable (
954954
/// Whether the table was created or migrated for each type.
955955
/// </returns>
956956
#if NET8_0_OR_GREATER
957-
[UnconditionalSuppressMessage ("Trimming", "IL2026", Justification = "This method preserves metata for all type arguments.")]
957+
[UnconditionalSuppressMessage ("Trimming", "IL2026", Justification = "This method preserves metadata for all type arguments.")]
958958
#endif
959959
public CreateTablesResult CreateTables<
960960
#if NET8_0_OR_GREATER
@@ -981,7 +981,7 @@ public CreateTablesResult CreateTables<
981981
/// Whether the table was created or migrated for each type.
982982
/// </returns>
983983
#if NET8_0_OR_GREATER
984-
[UnconditionalSuppressMessage ("Trimming", "IL2026", Justification = "This method preserves metata for all type arguments.")]
984+
[UnconditionalSuppressMessage ("Trimming", "IL2026", Justification = "This method preserves metadata for all type arguments.")]
985985
#endif
986986
public CreateTablesResult CreateTables<
987987
#if NET8_0_OR_GREATER
@@ -1013,7 +1013,7 @@ public CreateTablesResult CreateTables<
10131013
/// Whether the table was created or migrated for each type.
10141014
/// </returns>
10151015
#if NET8_0_OR_GREATER
1016-
[UnconditionalSuppressMessage ("Trimming", "IL2026", Justification = "This method preserves metata for all type arguments.")]
1016+
[UnconditionalSuppressMessage ("Trimming", "IL2026", Justification = "This method preserves metadata for all type arguments.")]
10171017
#endif
10181018
public CreateTablesResult CreateTables<
10191019
#if NET8_0_OR_GREATER
@@ -1050,7 +1050,7 @@ public CreateTablesResult CreateTables<
10501050
/// Whether the table was created or migrated for each type.
10511051
/// </returns>
10521052
#if NET8_0_OR_GREATER
1053-
[UnconditionalSuppressMessage ("Trimming", "IL2026", Justification = "This method preserves metata for all type arguments.")]
1053+
[UnconditionalSuppressMessage ("Trimming", "IL2026", Justification = "This method preserves metadata for all type arguments.")]
10541054
#endif
10551055
public CreateTablesResult CreateTables<
10561056
#if NET8_0_OR_GREATER

src/SQLiteAsync.cs

+4-4
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ public Task<CreateTableResult> CreateTableAsync (
575575
/// Whether the table was created or migrated for each type.
576576
/// </returns>
577577
#if NET8_0_OR_GREATER
578-
[UnconditionalSuppressMessage ("Trimming", "IL2026", Justification = "This method preserves metata for all type arguments.")]
578+
[UnconditionalSuppressMessage ("Trimming", "IL2026", Justification = "This method preserves metadata for all type arguments.")]
579579
#endif
580580
public Task<CreateTablesResult> CreateTablesAsync<
581581
#if NET8_0_OR_GREATER
@@ -602,7 +602,7 @@ public Task<CreateTablesResult> CreateTablesAsync<
602602
/// Whether the table was created or migrated for each type.
603603
/// </returns>
604604
#if NET8_0_OR_GREATER
605-
[UnconditionalSuppressMessage ("Trimming", "IL2026", Justification = "This method preserves metata for all type arguments.")]
605+
[UnconditionalSuppressMessage ("Trimming", "IL2026", Justification = "This method preserves metadata for all type arguments.")]
606606
#endif
607607
public Task<CreateTablesResult> CreateTablesAsync<
608608
#if NET8_0_OR_GREATER
@@ -634,7 +634,7 @@ public Task<CreateTablesResult> CreateTablesAsync<
634634
/// Whether the table was created or migrated for each type.
635635
/// </returns>
636636
#if NET8_0_OR_GREATER
637-
[UnconditionalSuppressMessage ("Trimming", "IL2026", Justification = "This method preserves metata for all type arguments.")]
637+
[UnconditionalSuppressMessage ("Trimming", "IL2026", Justification = "This method preserves metadata for all type arguments.")]
638638
#endif
639639
public Task<CreateTablesResult> CreateTablesAsync<
640640
#if NET8_0_OR_GREATER
@@ -671,7 +671,7 @@ public Task<CreateTablesResult> CreateTablesAsync<
671671
/// Whether the table was created or migrated for each type.
672672
/// </returns>
673673
#if NET8_0_OR_GREATER
674-
[UnconditionalSuppressMessage ("Trimming", "IL2026", Justification = "This method preserves metata for all type arguments.")]
674+
[UnconditionalSuppressMessage ("Trimming", "IL2026", Justification = "This method preserves metadata for all type arguments.")]
675675
#endif
676676
public Task<CreateTablesResult> CreateTablesAsync<
677677
#if NET8_0_OR_GREATER

0 commit comments

Comments
 (0)