From 8a91e94cf25c96c0a96b42b4a01f21fd3deedef9 Mon Sep 17 00:00:00 2001 From: DrN0VA <44402360+DrN0VA@users.noreply.github.com> Date: Sat, 30 Mar 2019 21:08:34 -0400 Subject: [PATCH] Clause and Punctuation Issues - First Paragraph (#27894) "More specifically, a robot needs to sense its environment, use that information as an input to make decisions and then act accordingly. Each system in this paradigm is often a study in itself." changed to More specifically, a robot needs to sense its environment, use that information as an input to make decisions, and then act accordingly; each system in this paradigm is often a study in itself. --- guide/english/robotics/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/robotics/index.md b/guide/english/robotics/index.md index 4206d3ce1b..1e1e231e95 100644 --- a/guide/english/robotics/index.md +++ b/guide/english/robotics/index.md @@ -3,7 +3,7 @@ title: Robotics --- ## Robotics -Robotics is about the systems that make up robots. There is no universally applicable definition of a robot. One generally accepted definition is: _A robot is a programmable physical machine that follows the sense, think, act paradigm_. More specifically, a robot needs to sense its environment, use that information as an input to make decisions and then act accordingly. Each system in this paradigm is often a study in itself. There are a multitude of varieties of robot types and component systems. Each robot usually is dedicated to a set of processes with clear objectives. +Robotics is about the systems that make up robots. There is no universally applicable definition of a robot. One generally accepted definition is: _A robot is a programmable physical machine that follows the sense, think, act paradigm_. More specifically, a robot needs to sense its environment, use that information as an input to make decisions, and then act accordingly; each system in this paradigm is often a study in itself. There are a multitude of varieties of robot types and component systems. Each robot usually is dedicated to a set of processes with clear objectives. ### Sense