diff --git a/src/Atata/Context/AtataBuildingContext.cs b/src/Atata/Context/AtataBuildingContext.cs index 31615d0c..ea98a2b0 100644 --- a/src/Atata/Context/AtataBuildingContext.cs +++ b/src/Atata/Context/AtataBuildingContext.cs @@ -42,7 +42,7 @@ internal AtataBuildingContext() public TimeSpan RetryInterval { get; internal set; } = TimeSpan.FromSeconds(0.5); /// - /// Gets the culture. + /// Gets or sets the culture. /// public CultureInfo Culture { get; set; }