Skip to content

Commit 522e735

Browse files
committed
fix typo
1 parent fc85387 commit 522e735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/issue922.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def infer_columns(data_frame)
3535

3636
DuckDB::TableFunction.add_table_adapter(Polars::DataFrame, PolarsDataFrameTableAdapter.new)
3737

38-
df = polars.dataframe.new(
38+
df = Polars::DataFrame.new(
3939
{
4040
a: [1, 2, 3],
4141
b: %w[one two three]

0 commit comments

Comments
 (0)