From 48b25877fd45c09fc3fe18bbbe6203c9da35f863 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 15 May 2013 21:12:12 -0400 Subject: [PATCH] pyafm/overview.tex: Fix 'a software' -> 'software' typo --- src/pyafm/overview.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pyafm/overview.tex b/src/pyafm/overview.tex index 9a49d5a..6d3f4ac 100644 --- a/src/pyafm/overview.tex +++ b/src/pyafm/overview.tex @@ -12,9 +12,9 @@ to add this capabilities. For those of you thinking, ``Why is he calling this thing a stack?'', software is rarely developed as a single monolithic program. Instead, -developers write a software as a series of modular components, with -each layer in the stack using lower level features from the layers -below it to supply higher level features to the layers above it +developers write software as a series of modular components, with each +layer in the stack using lower level features from the layers below it +to supply higher level features to the layers above it (\cref{fig:pyafm:stack}). New high-level programs will contain logic for the new idea (perform velocity-clamp unfolding experiments) and leverage pre-existing packages for all the old ideas that you need to -- 2.26.2