A minor clarity fix for documentation regarding the extension of Salt.

I attempted to preserve what I believe to be the original intent of the author but please feel free not to merge these changes if you feel that I've failed in doing so. :]
This commit is contained in:
Mike Place 2013-10-03 14:51:49 -06:00
parent 85019e70f8
commit 0593c3311d
2 changed files with 4 additions and 4 deletions

View file

@ -13399,8 +13399,8 @@ switching to a non\-threaded transport to see if that fixes your problem.
.SH INTRODUCTION TO EXTENDING SALT
.sp
Salt is made to be used, and made to be extended. The primary goal of Salt is
to provide a foundation which can be used to solve problems. And the goal of
Salt is to not assume what those problems might be.
to provide a foundation which can be used to solve problems without assuming
what those problems might be.
.sp
One of the greatest benefit of developing Salt has been the vast array of ways
in which people have wanted to use it, while the original intention was as a

View file

@ -3,8 +3,8 @@ Introduction to Extending Salt
==============================
Salt is made to be used, and made to be extended. The primary goal of Salt is
to provide a foundation which can be used to solve problems. And the goal of
Salt is to not assume what those problems might be.
to provide a foundation which can be used to solve problems without
assuming what those problems might be.
One of the greatest benefit of developing Salt has been the vast array of ways
in which people have wanted to use it, while the original intention was as a