diff --git a/_posts/2024-05-31-analyzing-railway-traffic-in-the-netherlands.md b/_posts/2024-05-31-analyzing-railway-traffic-in-the-netherlands.md index 8e8c9f0fb2d..39d5a666fcd 100644 --- a/_posts/2024-05-31-analyzing-railway-traffic-in-the-netherlands.md +++ b/_posts/2024-05-31-analyzing-railway-traffic-in-the-netherlands.md @@ -281,7 +281,7 @@ To make the `NULL` values visible in the command line output, we set the [`.null .nullvalue NULL ``` -Then, using the [`DESCRIBE` statement](/docs/guides/meta/describe), we can confirm that DuckDB has inferred the column x correctly as `BIGINT`: +Then, using the [`DESCRIBE` statement](/docs/guides/meta/describe), we can confirm that DuckDB has inferred the column correctly as `BIGINT`: ```sql FROM (DESCRIBE distances)