Fix category for the 'forever' block in 'Plot Acceleration' (#5756)

* fix category for 'forever' block

* throw in this update for SUMMARY
This commit is contained in:
Galen Nickel 2024-07-29 14:31:16 -07:00 коммит произвёл GitHub
Родитель 12b7dcbc75
Коммит ad5eb9bbd8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -137,7 +137,7 @@
* [micro:bit Data and Sustainability](https://mrmorrison.co.uk/microbit/datasustainability/)
* [First Steps](https://microbit.org/get-started/first-steps/introduction/)
* [Make it: code it](https://microbit.org/projects/make-it-code-it/)
* [Networking with the micro:bit](https://microbit.nominetresearch.uk/)
* [Networking with the micro:bit](https://www.digitaltechnologieshub.edu.au/search/networking-with-the-micro-bit/)
* [SparkFun Videos](https://youtu.be/kaNtg1HGXbY?list=PLBcrWxTa5CS0mWJrytvii8aG5KUqMXvSk)
* [Logic Lab](/courses/logic-lab)
* [CodeJoy Remote Robotics](https://www.codejoyeducation.com)

Просмотреть файл

@ -37,7 +37,7 @@ basic.forever(function() {
## Other sensors
You can use this block for pretty much any kind of data. Try it out! Plot the ``||input:light level||`` inside the ``||loops:forever||`` instead. Play with the light sensor in the simulator.
You can use this block for pretty much any kind of data. Try it out! Plot the ``||input:light level||`` inside the ``||basic:forever||`` instead. Play with the light sensor in the simulator.
```blocks
basic.forever(function() {