@@ -144,9 +144,9 @@ impl AlertContext {
144144
145145 /// Enable a price alert.
146146 ///
147- /// Requires the [`AlertItem`] from [`list`](Self::list) so that all required
148- /// fields (`indicator_id`, `frequency`, `scope`, `state`, `value_map`) are
149- /// available without an extra round-trip.
147+ /// Requires the [`AlertItem`] from [`list`](Self::list) so that all
148+ /// required fields (`indicator_id`, `frequency`, `scope`, `state`,
149+ /// `value_map`) are available without an extra round-trip.
150150 ///
151151 /// Path: `POST /v1/notify/reminders`
152152 pub async fn enable ( & self , item : & AlertItem ) -> Result < serde_json:: Value > {
@@ -155,9 +155,9 @@ impl AlertContext {
155155
156156 /// Disable a price alert.
157157 ///
158- /// Requires the [`AlertItem`] from [`list`](Self::list) so that all required
159- /// fields (`indicator_id`, `frequency`, `scope`, `state`, `value_map`) are
160- /// available without an extra round-trip.
158+ /// Requires the [`AlertItem`] from [`list`](Self::list) so that all
159+ /// required fields (`indicator_id`, `frequency`, `scope`, `state`,
160+ /// `value_map`) are available without an extra round-trip.
161161 ///
162162 /// Path: `POST /v1/notify/reminders`
163163 pub async fn disable ( & self , item : & AlertItem ) -> Result < serde_json:: Value > {
0 commit comments