From 00e3097a5de52cdd11aa116255873e2b3dbb6115 Mon Sep 17 00:00:00 2001 From: Mark Skilbeck Date: Tue, 3 Nov 2020 11:21:41 +0000 Subject: [PATCH] typo --- rfcs/analog/spec_changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rfcs/analog/spec_changes.md b/rfcs/analog/spec_changes.md index 4699a4b..a4c20a0 100644 --- a/rfcs/analog/spec_changes.md +++ b/rfcs/analog/spec_changes.md @@ -77,7 +77,7 @@ All frames have an associated frequency and sample rate. Additionally, operation Frame attributes represent quantities associated with a given frame which need not be specified by the programmer, but which are ultimately required to fully link and execute a Quilt program on a physical device. - `HARDWARE-OBJECT` is a string indicating the (implementation-specific) hardware object that the frame is associated with, used for program linkage. -- `CENTER-FREQUENCY` is an optional attribute, consisting of a floating point value indicating the frame frequency which should be considered the "center" for the purposes digital-to-analog or analog-to-digital conversion. +- `CENTER-FREQUENCY` is an optional attribute, consisting of a floating point value indicating the frame frequency which should be considered the "center" for the purposes of digital-to-analog or analog-to-digital conversion. ### Waveform References