Skip to content

Commit 1dfda6a

Browse files
committed
fix block
1 parent 2fd0a69 commit 1dfda6a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/src/UserGuide/group.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,11 @@ end
6565
````
6666
:::
6767

68-
> [!IMPORTANT]
69-
> In what follows, note how we are referencing the _time_ dimension via _YAX.time_. This approach is used to avoid name clashes with _time_ (_Time_) from **Base** (**Dates**). For convenience, we have defined the **Dimensions** _time_ and _Time_ in **YAXArrays.jl**, which are only accessible when explicitly called.
68+
::: info
69+
70+
In what follows, note how we are referencing the time dimension via `YAX.time`. This approach is used to avoid name clashes with `time` (`Time`) from **Base** (**Dates**). For convenience, we have defined the **Dimensions** `time` and `Time` in **YAXArrays.jl**, which are only accessible when explicitly called.
71+
72+
:::
7073

7174
Now, we continue with the `groupby` operations as usual
7275

0 commit comments

Comments
 (0)